当前位置:   article > 正文

Ubuntu安装docker_ubuntu 安装docker

ubuntu 安装docker

1.先卸载旧版,如果没有的话,就不用执行了,直接第二步。

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

2.在终端输入

  1. apt update
  2. apt-get install ca-certificates curl gnupg lsb-release

3.安装证书

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

4.写入软件源信息

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

5.安装

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

中途出现问题的话,使用  sudo apt-get update 试试

6.启动docker

systemctl start docker

7.安装工具

apt-get -y install apt-transport-https ca-certificates curl software-properties-common

8.重启docker

service docker restart

9.测试是否成功,输入sudo docker run hello-world 显示以下信息则成功,第一次比较慢。

10.查看docker版本 

sudo docker version

11.查看镜像,可以看到刚才创建的镜像

sudo docker images

至此,安装完成! 

 参考:ubuntu 安装 docker 详细步骤_tiahaole的博客-CSDN博客_ubuntu安装docker

来源:Ubuntu安装docker_ubuntu 安装docker_故里2130的博客-CSDN博客

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/605548
推荐阅读
相关标签
  

闽ICP备14008679号