Ubuntu 16.4安装docker-ce

915次阅读
没有评论

共计 774 个字符,预计需要花费 2 分钟才能阅读完成。

Ubuntu 16.4 安装 docker-ce

【内核】:4.4.0-66-generic

1. 安装基础软件

apt-get -y install apt-transport-https ca-certificates curl

Ubuntu 16.4 安装 docker-ce

3. 添加 apt 源

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update

Ubuntu 16.4 安装 docker-ce

3. 安装 docker-ce

apt-get -y install docker-ce

Ubuntu 16.4 安装 docker-ce


正文完
 0
ddn
版权声明:本站原创文章,由 ddn 2017-03-23发表,共计774字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
评论(没有评论)