当前位置首页 > Ubuntu知识

Ubuntu17.10InstallDocker-ce

阅读次数:193 次  来源:admin  发布时间:

官网目前的安装步骤在最新版本的Ubuntu17.10 上会提示没有安装源,下面是针对17.10 安装步骤:

参考资料

sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu zesty stable"

sudo apt-get update
sudo apt-get install docker-ce

与目前官网不同的地方在这里:

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu zesty stable"
上一篇:centos7.4在thinkphp中使用定时任务crontab
下一篇:联想Y7000安装debian10wifi不好使解决方法