赞
踩
导入源仓库的GPG key
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
将 Docker APT 软件源添加到你的系统
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
安装命令如下:
curl -fsSL https://test.docker.com -o test-docker.sh
sudo sh test-docker.sh
验证安装过程,查看安装的docker 版本,如果返回docker 版本,证明安装成功
docker
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。