ubuntu18.04安装Docker最简单的方法!

举报
yd_221104950 发表于 2020/12/03 00:34:14 2020/12/03
【摘要】 docker官方提供的参考https://docs.docker.com/install/linux/docker-ce/ubuntu/ 官方的安装可能有点复杂,本章采用最简单的安装方式:安装Ubuntu维护的版本 1、检查Ubuntu的内核是否高于3.10,低于这个版本的内核不支持Docker ~$ uname -r 5.0.0-31-generic 12 2、...

docker官方提供的参考https://docs.docker.com/install/linux/docker-ce/ubuntu/
官方的安装可能有点复杂,本章采用最简单的安装方式:安装Ubuntu维护的版本

1、检查Ubuntu的内核是否高于3.10,低于这个版本的内核不支持Docker

~$ uname -r
5.0.0-31-generic

  
 
  • 1
  • 2

2、移除旧的Docker,从来没有安装过,可以跳过

~$ sudo apt-get remove docker.io

  
 
  • 1

3、安装Docker

~$ sudo apt-get install docker.io

  
 
  • 1

4、运行Hello World检验是否成功

~$ sudo docker run hello-world

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. (amd64)
 3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

  
 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22

成功了!
5、查看Docker版本信息

~$ sudo docker version
Client:
 Version: 18.09.7
 API version: 1.39
 Go version: go1.10.1
 Git commit: 2d0083d
 Built: Fri Aug 16 14:20:06 2019
 OS/Arch: linux/amd64
 Experimental: false

Server:
 Engine:
  Version: 18.09.7
  API version: 1.39 (minimum version 1.12)
  Go version: go1.10.1
  Git commit: 2d0083d
  Built: Wed Aug 14 19:41:23 2019
  OS/Arch: linux/amd64
  Experimental: false


  
 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20

谢谢阅读!

文章来源: blog.csdn.net,作者:WongKyunban,版权归原作者所有,如需转载,请联系作者。

原文链接:blog.csdn.net/weixin_40763897/article/details/102665809

【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。