1. 程式人生 > >ubuntu14.04/16.04安裝docker-ce-17.03.1

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

ftw ubunt deb repos ans http sudo .com star

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 update
apt -y install docker-ce=17.03.1~ce-0~ubuntu-xenial
systemctl start docker

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