码农知识堂 - 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
  • 相关阅读:
    避免项目延期,有效推进项目进度的4大关键方法
    【前端】 Layui点击图片实现放大、关闭效果
    XSS-labs靶场实战(三)——第7-8关
    oracle_19c 安装
    基于柯西变异的蚁狮优化算法 - 附代码
    如何从戴尔笔记本电脑硬盘恢复数据
    nodeJs--mime模块
    consumer罢工,几千万条im聊天数据积压在MQ中,解决思路
    leetcode top100(20) 搜索二维矩阵 II
    大数据Hadoop入门教程 | (二)Linux
  • 原文地址:https://blog.csdn.net/weixin_43101443/article/details/128150664
  • 最新文章
  • 攻防演习之三天拿下官网站群
    数据安全治理学习——前期安全规划和安全管理体系建设
    企业安全 | 企业内一次钓鱼演练准备过程
    内网渗透测试 | Kerberos协议及其部分攻击手法
    0day的产生 | 不懂代码的"代码审计"
    安装scrcpy-client模块av模块异常,环境问题解决方案
    leetcode hot100【LeetCode 279. 完全平方数】java实现
    OpenWrt下安装Mosquitto
    AnatoMask论文汇总
    【AI日记】24.11.01 LangChain、openai api和github copilot
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1
正则表达式工具 cron表达式工具 密码生成工具

京公网安备 11010502049817号