码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • centOs云服务器安装Docker


    centOs云服务器安装Docker

    单词:

    音标注释
    manually[ˈmænjʊəli] :[mai’ niu’ lei]手动
    Developers[dɪˈvɛləpəz]:[di’ wai’ le ’ pe 'si]开发者
    edition[ɪˈdɪʃn] :[yi’ di’ shen]版本
    daemon[ˈdiːmən] :[di’ men]守护进程

    文章目录

    • centOs云服务器安装Docker
      • 单词:
      • Docker 官网 查询文档:
      • 安装步骤:1-5
        • 1.更新yum;
        • 2. Uninstall old versions[移除旧有Docker]
        • 3. Install using the repository
          • Set up the repository
        • 4. Install Docker Engine[ 两种安装方式---1. 直接装载最新版本 2. 查询安装特定版本]
          • (1) Install the *latest version* of Docker Engine:
          • (2) To install a *specific version* of Docker Engine
        • 5. Start Docker
        • 6. 查询Docker 状态

    Docker 官网 查询文档:

    • 进入官网: https://www.docker.com/
    官网文档目录:
    
    ├── Docker官网
    |   ├── Developers
    |       ├── Docs
    |            ├── Manuals
    |                ├── Docker Engine
    |                    ├── Install
    |                        ├── Install On CentOS
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9

    安装步骤:1-5

    1.更新yum;

    sudo yum update
    
    • 1

    2. Uninstall old versions[移除旧有Docker]

    Older versions of Docker were called docker or docker-engine. If these are installed, uninstall them, along with associated dependencies.

    $ sudo yum remove docker \
                      docker-client \
                      docker-client-latest \
                      docker-common \
                      docker-latest \
                      docker-latest-logrotate \
                      docker-logrotate \
                      docker-engine
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8

    It’s OK if yum reports that none of these packages are installed.

    3. Install using the repository

    Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository.

    Set up the repository

    Install the yum-utils package (which provides the yum-config-manager utility) and set up the repository.

    $ sudo yum install -y yum-utils
    
    $ sudo yum-config-manager \
        --add-repo \
        https://download.docker.com/linux/centos/docker-ce.repo
    
    • 1
    • 2
    • 3
    • 4
    • 5

    4. Install Docker Engine[ 两种安装方式—1. 直接装载最新版本 2. 查询安装特定版本]

    (1) Install the latest version of Docker Engine:
     sudo yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin
    
    • 1

    This command installs Docker, but it doesn’t start Docker. It also creates a docker group, however, it doesn’t add any users to the group by default.

    (2) To install a specific version of Docker Engine

    (2)-1. 列出所有可用版本;

    yum list docker-ce --showduplicates | sort -r
    
    docker-ce.x86_64  3:18.09.1-3.el7                     docker-ce-stable
    docker-ce.x86_64  3:18.09.0-3.el7                     docker-ce-stable
    docker-ce.x86_64  18.06.1.ce-3.el7                    docker-ce-stable
    docker-ce.x86_64  18.06.0.ce-3.el7                    docker-ce-stable
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6

    参数:

    docker-ce : docker community edition 社区版本;

    sort -r : 降序排列

    The list returned depends on which repositories are enabled, and is specific to your version of CentOS

    (2)-2. 添加参数, 直接安装特定版本;

    sudo yum install docker-ce- docker-ce-cli- containerd.io docker-compose-plugin
    
    • 1

    This command installs Docker, but it doesn’t start Docker. It also creates a docker group, however, it doesn’t add any users to the group by default.

    5. Start Docker

    sudo systemctl start docker
    
    • 1

    6. 查询Docker 状态

    sudo systemctl status docker
    
    • 1
  • 相关阅读:
    各种ide配置gitignore的模版文件内容
    《乔布斯传》英文原著重点词汇笔记(十一)【 chapter nine】
    grep使用总结
    还在为XShell破解烦恼,试试tabby
    我的服务器被黑客攻击了!!
    java计算机毕业设计中美医院病历管理系统源程序+mysql+系统+lw文档+远程调试
    sql高级进阶
    PDF怎么转成Word?安利几个转换小技巧
    POJ1330最近公共祖先LCA
    Vue样式属性绑定
  • 原文地址:https://blog.csdn.net/weixin_43101443/article/details/128150664
  • 最新文章
  • 【JVM】编译执行与解释执行的区别是什么?JVM 使用哪种方式?
    用 Hashids 优雅解决 C 端自增 ID 暴露问题
    V8引擎 精品漫游指南--Ignition篇(上) 指令 栈帧 槽位 调用约定 内存布局 基础内容
    LLVM Pass快速入门(四):代码插桩
    milkup:桌面端 markdown AI续写和即时渲染
    基于项目工程构建SBOM(软件物料清单)的研究
    鸿蒙应用开发UI基础第二节:鸿蒙应用程序框架核心解析与实操
    .NET 中如何快速实现 List 集合去重?
    扣子Coze实战:从0到1打造抖音+小红书热点监控智能体
    浅谈数据访问层
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
小工具 小游戏
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1

京公网安备 11010502049817号