码迷,mamicode.com
首页 > 其他好文 > 详细

安装docker

时间:2020-04-09 10:37:54      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:gnu   sys   world   rop   comm   OLE   href   systemctl   ima   

PassJava (佳必过) 项目全套学习教程连载中,关注公众号第一时间获取。

安装docker

https://docs.docker.com/engine/install/ubuntu/

1.卸载老版本docker

sudo apt-get remove docker docker-engine docker.io containerd runc

2. 设置仓库

$ sudo apt-get update

$ sudo apt-get install     apt-transport-https     ca-certificates     curl     gnupg-agent     software-properties-common
sudo add-apt-repository    "deb [arch=amd64] https://download.docker.com/linux/ubuntu    $(lsb_release -cs)    stable"

3.安装docker

sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io

4. 测试安装成功

sudo docker run hello-world

技术图片

5.设置开机自启动

sudo systemctl enable

6.配置镜像加速

https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors

技术图片

公众号

技术图片

安装docker

标签:gnu   sys   world   rop   comm   OLE   href   systemctl   ima   

原文地址:https://www.cnblogs.com/jackson0714/p/12664876.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!