ubuntu docker isntallation

follow up on blow command to do :

sudo apt install apt-transport-https ca-certificates curl software-properties-common

sudo add-apt-repository "deb [arch=amd64] http://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"

curl -fsSL http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add -

sudo apt-cache policy docker-ce

sudo apt-get install -y docker-ce

sudo docker -v

sudo systemctl status docker

posted @ 2020-05-13 13:58  退役产品汪  阅读(128)  评论(0编辑  收藏  举报