• Docker部署一:Centos7系统更新源配置和Docker的安装


    根据自己的需要,从软件提供商网站下载*.repo数据包,用于更新和安装软件

    例:从Docker官网下载更新源数据包“docker-ce.repo”

    i.在Centos7下,使用yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo

    [root@localhost ~]# yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
    Loaded plugins: fastestmirror, langpacks
    adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
    grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo
    repo saved to /etc/yum.repos.d/docker-ce.repo

    ii.下载的数据包,默认存放在目录/etc/yum.repos.d下

    [root@localhost ~]# ll /etc/yum.repos.d/
    total 44
    -rw-r--r--. 1 root root 1664 Oct 23 2020 CentOS-Base.repo
    -rw-r--r--. 1 root root 1309 Oct 23 2020 CentOS-CR.repo
    -rw-r--r--. 1 root root 649 Oct 23 2020 CentOS-Debuginfo.repo
    -rw-r--r--. 1 root root 314 Oct 23 2020 CentOS-fasttrack.repo
    -rw-r--r--. 1 root root 630 Oct 23 2020 CentOS-Media.repo
    -rw-r--r--. 1 root root 1331 Oct 23 2020 CentOS-Sources.repo
    -rw-r--r--. 1 root root 8515 Oct 23 2020 CentOS-Vault.repo
    -rw-r--r--. 1 root root 616 Oct 23 2020 CentOS-x86_64-kernel.repo
    -rw-r--r-- 1 root root 1919 Aug 10 22:55 docker-ce.repo
    [root@localhost ~]#

    iii.使用命令刷新sources缓存:yum makecache fast

    [root@localhost ~]# yum makecache fast
    Loaded plugins: fastestmirror, langpacks
    Loading mirror speeds from cached hostfile
    * base: mirrors.aliyun.com
    * extras: mirrors.aliyun.com
    * updates: mirrors.aliyun.com
    base | 3.6 kB 00:00
    docker-ce-stable | 3.5 kB 00:00
    extras | 2.9 kB 00:00
    updates | 2.9 kB 00:00
    (1/2): docker-ce-stable/7/x86_64/updateinfo | 55 B 00:01
    (2/2): docker-ce-stable/7/x86_64/primary_db | 63 kB 00:01
    Metadata Cache Created

    iv.接下来可以根据自己需求,安装软件包docker-ce/docker-ce.cli/containerd.io

    [root@localhost ~]# yum install -y docker-ce docker-ce-cli containerd.io

    v.查看可安装的软件版本

    [root@localhost ~]# yum list docker-ce --showduplicates | sort -r
    * updates: mirrors.aliyun.com
    Loading mirror speeds from cached hostfile
    Loaded plugins: fastestmirror, langpacks
    Installed Packages
    * extras: mirrors.aliyun.com
    docker-ce.x86_64 3:20.10.8-3.el7 docker-ce-stable
    docker-ce.x86_64 3:20.10.8-3.el7 @docker-ce-stable
    docker-ce.x86_64 3:20.10.7-3.el7 docker-ce-stable
    docker-ce.x86_64 3:20.10.6-3.el7 docker-ce-stable
    docker-ce.x86_64 3:20.10.5-3.el7 docker-ce-stable
    docker-ce.x86_64 3:20.10.4-3.el7 docker-ce-stable
    docker-ce.x86_64 3:20.10.3-3.el7 docker-ce-stable
    docker-ce.x86_64 3:20.10.2-3.el7 docker-ce-stable
    docker-ce.x86_64 3:20.10.1-3.el7 docker-ce-stable
    docker-ce.x86_64 3:20.10.0-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.9-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.8-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.7-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.6-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.5-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.4-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.3-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.2-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.15-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.14-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.1-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.13-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.12-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.11-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.10-3.el7 docker-ce-stable
    docker-ce.x86_64 3:19.03.0-3.el7 docker-ce-stable
    docker-ce.x86_64 3:18.09.9-3.el7 docker-ce-stable
    docker-ce.x86_64 3:18.09.8-3.el7 docker-ce-stable
    docker-ce.x86_64 3:18.09.7-3.el7 docker-ce-stable
    docker-ce.x86_64 3:18.09.6-3.el7 docker-ce-stable
    docker-ce.x86_64 3:18.09.5-3.el7 docker-ce-stable
    docker-ce.x86_64 3:18.09.4-3.el7 docker-ce-stable
    docker-ce.x86_64 3:18.09.3-3.el7 docker-ce-stable
    docker-ce.x86_64 3:18.09.2-3.el7 docker-ce-stable
    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.3.ce-3.el7 docker-ce-stable
    docker-ce.x86_64 18.06.2.ce-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
    docker-ce.x86_64 18.03.1.ce-1.el7.centos docker-ce-stable
    docker-ce.x86_64 18.03.0.ce-1.el7.centos docker-ce-stable
    docker-ce.x86_64 17.12.1.ce-1.el7.centos docker-ce-stable
    docker-ce.x86_64 17.12.0.ce-1.el7.centos docker-ce-stable
    docker-ce.x86_64 17.09.1.ce-1.el7.centos docker-ce-stable
    docker-ce.x86_64 17.09.0.ce-1.el7.centos docker-ce-stable
    docker-ce.x86_64 17.06.2.ce-1.el7.centos docker-ce-stable
    docker-ce.x86_64 17.06.1.ce-1.el7.centos docker-ce-stable
    docker-ce.x86_64 17.06.0.ce-1.el7.centos docker-ce-stable
    docker-ce.x86_64 17.03.3.ce-1.el7 docker-ce-stable
    docker-ce.x86_64 17.03.2.ce-1.el7.centos docker-ce-stable
    docker-ce.x86_64 17.03.1.ce-1.el7.centos docker-ce-stable
    docker-ce.x86_64 17.03.0.ce-1.el7.centos docker-ce-stable
    * base: mirrors.aliyun.com
    Available Packages

    注意:安装的时候可能会碰到containerd.io的未安装或版本问题,可用下列URL下载安装或替换

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

    不要总羡慕别人的幸福,却常常忽略了自己生活中的美好!
  • 相关阅读:
    Binary Trees
    [POJ] String Matching
    Tree
    Maxmum subsequence sum problem
    poj 2104 划分树
    poj 2486 树形dp
    poj 1848 树形dp
    hdu 4578 线段树
    hdu 4585 set应用
    hdu 2412 树形DP
  • 原文地址:https://www.cnblogs.com/gkhost/p/15137230.html
Copyright © 2020-2023  润新知