ubuntu14.04/16.04安装docker-ce-17.03.1

前端之家收集整理的这篇文章主要介绍了ubuntu14.04/16.04安装docker-ce-17.03.1前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

sudo apt-get update
sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] http://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"sudo apt-get -y updateapt -y install docker-ce=17.03.1~ce-0~ubuntu-xenialsystemctl start docker

原文链接:https://www.f2er.com/ubuntu/349275.html

猜你在找的Ubuntu相关文章