官方下载地址(For RHEL/CentOS 7):

https://download.docker.com/linux/centos/7/x86_64/stable/Packages/

先从官网下载下面的rpm包:

再使用下面的命令获取离线安装所需的其他依赖包

# yum install -y *.rpm --downloadonly --downloaddir=./# ls -ltr
总用量 105004
-rw-r--r--. 1 root root    32880 7月   4 2014 python-IPy-0.75-6.el7.noarch.rpm
-rw-r--r--. 1 root root   302068 11月 12 2018 checkpolicy-2.5-8.el7.x86_64.rpm
-rw-r--r--. 1 root root   115284 11月 12 2018 libsemanage-python-2.5-14.el7.x86_64.rpm
-rw-r--r--. 1 root root   635184 11月 12 2018 setools-libs-3.3.8-4.el7.x86_64.rpm
-rw-r--r--. 1 root root    78256 8月  23 2019 audit-libs-python-2.8.5-4.el7.x86_64.rpm
-rw-r--r--. 1 root root    67720 8月  23 2019 libcgroup-0.41-21.el7.x86_64.rpm
-rw-r--r--. 1 root root   468316 4月   4 2020 policycoreutils-python-2.5-34.el7.x86_64.rpm
-rw-r--r--. 1 root root    55796 4月  29 2020 fuse-overlayfs-0.7.2-6.el7_8.x86_64.rpm
-rw-r--r--. 1 root root    83764 4月  29 2020 fuse3-libs-3.6.1-4.el7.x86_64.rpm
-rw-r--r--. 1 root root    83452 4月  29 2020 slirp4netns-0.4.3-4.el7_8.x86_64.rpm
-rw-r--r--. 1 root root    40816 7月   6 2020 container-selinux-2.119.2-1.911c772.el7_8.noarch.rpm
-rw-r--r--. 1 root root 23463920 3月  25 10:06 docker-ce-20.10.14-3.el7.x86_64.rpm
-rw-r--r--. 1 root root  8442456 3月  25 10:06 docker-ce-rootless-extras-20.10.14-3.el7.x86_64.rpm
-rw-r--r--. 1 root root  3930044 3月  25 10:06 docker-scan-plugin-0.17.0-3.el7.x86_64.rpm
-rw-r--r--. 1 root root  7526244 3月  25 10:07 docker-compose-plugin-2.3.3-3.el7.x86_64.rpm
-rw-r--r--. 1 root root 30179848 3月  25 10:07 containerd.io-1.5.11-3.1.el7.x86_64.rpm
-rw-r--r--. 1 root root 31977180 3月  25 10:07 docker-ce-cli-20.10.14-3.el7.x86_64.rpm

一键安装

# yum install -y *.rpm

服务启动

# systemctl start docker.service
# systemctl status docker.service
● docker.service - Docker Application Container EngineLoaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)Active: active (running) since 五 2022-03-25 10:17:07 CST; 5s agoDocs: https://docs.docker.comMain PID: 1873 (dockerd)Tasks: 9Memory: 34.1MCGroup: /system.slice/docker.service└─1873 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock3月 25 10:17:06 ansible-awx dockerd[1873]: time="2022-03-25T10:17:06.969905985+08:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
3月 25 10:17:06 ansible-awx dockerd[1873]: time="2022-03-25T10:17:06.969920786+08:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
3月 25 10:17:06 ansible-awx dockerd[1873]: time="2022-03-25T10:17:06.969930045+08:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
3月 25 10:17:07 ansible-awx dockerd[1873]: time="2022-03-25T10:17:07.000752896+08:00" level=info msg="Loading containers: start."
3月 25 10:17:07 ansible-awx dockerd[1873]: time="2022-03-25T10:17:07.241913166+08:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a...rred IP address"
3月 25 10:17:07 ansible-awx dockerd[1873]: time="2022-03-25T10:17:07.306506852+08:00" level=info msg="Loading containers: done."
3月 25 10:17:07 ansible-awx dockerd[1873]: time="2022-03-25T10:17:07.323749037+08:00" level=info msg="Docker daemon" commit=87a90dc graphdriver(s)=overlay2 version=20.10.14
3月 25 10:17:07 ansible-awx dockerd[1873]: time="2022-03-25T10:17:07.324389965+08:00" level=info msg="Daemon has completed initialization"
3月 25 10:17:07 ansible-awx systemd[1]: Started Docker Application Container Engine.
3月 25 10:17:07 ansible-awx dockerd[1873]: time="2022-03-25T10:17:07.347083108+08:00" level=info msg="API listen on /var/run/docker.sock"
Hint: Some lines were ellipsized, use -l to show in full.

版本信息

# docker version
Client: Docker Engine - CommunityVersion:           20.10.14API version:       1.41Go version:        go1.16.15Git commit:        a224086Built:             Thu Mar 24 01:49:57 2022OS/Arch:           linux/amd64Context:           defaultExperimental:      trueServer: Docker Engine - CommunityEngine:Version:          20.10.14API version:      1.41 (minimum version 1.12)Go version:       go1.16.15Git commit:       87a90dcBuilt:            Thu Mar 24 01:48:24 2022OS/Arch:          linux/amd64Experimental:     falsecontainerd:Version:          1.5.11GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8runc:Version:          1.0.3GitCommit:        v1.0.3-0-gf46b6badocker-init:Version:          0.19.0GitCommit:        de40ad0# docker info
Client:Context:    defaultDebug Mode: falsePlugins:app: Docker App (Docker Inc., v0.9.1-beta3)buildx: Docker Buildx (Docker Inc., v0.8.1-docker)compose: Docker Compose (Docker Inc., v2.3.3)scan: Docker Scan (Docker Inc., v0.17.0)Server:Containers: 0Running: 0Paused: 0Stopped: 0Images: 0Server Version: 20.10.14Storage Driver: overlay2Backing Filesystem: xfsSupports d_type: trueNative Overlay Diff: trueuserxattr: falseLogging Driver: json-fileCgroup Driver: cgroupfsCgroup Version: 1Plugins:Volume: localNetwork: bridge host ipvlan macvlan null overlayLog: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslogSwarm: inactiveRuntimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runcDefault Runtime: runcInit Binary: docker-initcontainerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8runc version: v1.0.3-0-gf46b6bainit version: de40ad0Security Options:seccompProfile: defaultKernel Version: 3.10.0-1160.el7.x86_64Operating System: CentOS Linux 7 (Core)OSType: linuxArchitecture: x86_64CPUs: 4Total Memory: 7.777GiBName: ansible-awxID: BJJQ:WXKJ:TQJJ:KRR3:HVUF:3HAU:3NN2:AZWS:4QSC:TOFR:MJ72:JRPZDocker Root Dir: /var/lib/dockerDebug Mode: falseRegistry: https://index.docker.io/v1/Labels:Experimental: falseInsecure Registries:127.0.0.0/8Live Restore Enabled: false

【DockerCE】Docker-CE 20.10.14正式版发布相关推荐

  1. 【DockerCE】Docker-CE 20.10.13正式版发布

    For RHEL/CentOS 7 官方发布的rpm包中,本次版本更新中,增加了一个名称为docker-compose-plugin的包. 官方下载地址: https://download.docke ...

  2. 【DockerCE】Docker-CE 20.10.18正式版发布

    官网地址(For RHEL/CentOS 7.9): https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ 20.10. ...

  3. 【DockerCE】Docker-CE 20.10.22正式版发布

    官网地址(For RHEL/CentOS 7.9): https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ 20.10. ...

  4. 【DockerCE】Docker-CE 20.10.23正式版发布

    官网地址(For RHEL/CentOS 7.9): https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ 20.10. ...

  5. 【DockerCE】Docker-CE 20.10.21正式版发布

    官网地址(For RHEL/CentOS 7.9): https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ 20.10. ...

  6. cdr mac majave os_苹果最新 macOS Mojave 10.14 正式版 懒人镜像

    本帖最后由 kissfox 于 2018-10-15 10:24 编辑 苹果最新 macOS Mojave 10.14 正式版 懒人镜像 近期很多人在找我帮忙找MAC OS Mojave 10.14苹 ...

  7. 大数据杀熟行为10月1日起明令禁止;阿里一号工程“犀牛制造”正式亮相;iOS 14 正式版发布 | 极客头条...

    整理 | 郑丽媛 头图 | CSDN 下载自东方 IC 快来收听极客头条音频版吧,智能播报由出门问问「魔音工坊」提供技术支持. 「极客头条」-- 技术人员的新闻圈! CSDN 的读者朋友们早上好哇,「 ...

  8. 苹果最新动态 苹果推送 iOS 14 正式版发布

    苹果发布会此次虽然没有公布新手机,预计是在国庆期间吧,不过发布会上还是公布了一些信息,下面给大家整理下苹果的最新动态,一起来看看! 苹果推送 iOS 14 正式版 9 月 17 日,苹果正式推送了 i ...

  9. 腾讯回应发布虚假广告被罚20万;苹果客服回应iPhone 12屏幕发绿;Chrome 87 正式版发布|极客头条...

    整理 | 郑丽媛 头图 | CSDN 下载自东方 IC 快来收听极客头条音频版吧,智能播报由出门问问「魔音工坊」提供技术支持. 「极客头条」-- 技术人员的新闻圈! CSDN 的读者朋友们早上好哇,「 ...

最新文章

  1. 鸟哥linux群,【鸟哥的linux私房菜-学习笔记】linux的帐号与群组
  2. 开发、测试与QA的区别以及其他
  3. c语言线性表拷贝,数据结构(C语言版)---线性表顺序存储表示
  4. 【转】前端开发值得一看的文章
  5. 用户空间和内核空间是什么?
  6. 浏览器Cookie策略
  7. cmpp具体java实例_cmpp3.0_JAVA_实现 - 源码下载|Windows编程|源代码 - 源码中国
  8. 盘点微信的前世今生,微信成功的必然和偶然
  9. 软件工程:软件开发生命周期 (SDLC)
  10. python PDF解密打印文件
  11. 阿里官方 Redis 开发规范
  12. 搜索中文与外文数据库中的综述类文献
  13. 字节跳动、腾讯、阿里的社交战,浑水中依然没有赢家
  14. CDO玩“跨界”,数据驱动有戏了
  15. Python读取Execl文件批量生成二维码
  16. 【译】Sobel 算子文档
  17. SuperMap GIS 9D(2019)产品白皮书_V2018Q4R1
  18. 安卓移动应用开发之从零开始写安卓小程序
  19. 布袋除尘器类毕业论文文献有哪些?
  20. 家里电脑怎么控制公司电脑 这三大软件榜上有名

热门文章

  1. java技术--SpringContextUtil类的作用
  2. 标注与注记的区别和联系
  3. 看名言后的心得体会学会融会贯通
  4. FAST角点检测算法(二)- 非极大值抑制筛选fast特征点
  5. Docker网络管理
  6. docke容器启动后立马退出,状态为 Exit(1)的解决
  7. html颜色主题,16 种更好看的 WEB 默认标准色 colors.css
  8. eos区块链 java客户端_分享一个网友第一次开发EOS区块链总结的经验
  9. Python实战:一键导出微信读书的书籍和笔记
  10. HDwiki模板说明