您的位置:首页 > 运维架构 > Docker

docker for ubuntu安装

2017-04-27 13:37 316 查看
添加apt仓库

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

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -


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

sudo apt-get update

安装Docker CE Stable版 本

sudo apt-get install docker-ce

验证安装 

sudo docker run hello-world



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: