首页 > 其他 > 详细

docker

时间:2019-04-12 12:43:06      阅读:124      评论:0      收藏:0      [点我收藏+]

https://docs.docker.com/install/linux/docker-ce/ubuntu/

https://mirrors.tuna.tsinghua.edu.cn/help/docker-ce/

for ubutun 16.04

sudo apt-get update
sudo apt-get install     apt-transport-https     ca-certificates     curl     gnupg-agent     software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository    "deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntu \
   $(lsb_release -cs)    stable"
sudo apt-get update
sudo apt-get install docker-ce

 

docker

原文:https://www.cnblogs.com/medsci/p/10695281.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!