Ubuntu17.10 Install Docker-ce
Posted AutoHome7390
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu17.10 Install Docker-ce相关的知识,希望对你有一定的参考价值。
官网目前的安装步骤在最新版本的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"
以上是关于Ubuntu17.10 Install Docker-ce的主要内容,如果未能解决你的问题,请参考以下文章