美文网首页
docker+docker-compose+harbor安装

docker+docker-compose+harbor安装

作者: 于飞_d529 | 来源:发表于2019-11-11 10:52 被阅读0次

    安装步骤

    docker-compose安装

    [root@cn2028 ~]# curl -L "https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100   617    0   617    0     0    600      0 --:--:--  0:00:01 --:--:--   601
    100 15.4M  100 15.4M    0     0  1210k      0  0:00:13  0:00:13 --:--:-- 3495k
    [root@cn2028 ~]# chmod +x /usr/local/bin/docker-compose
    [root@cn2028 ~]# ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
    [root@cn2028 ~]# docker-compose version
    docker-compose version 1.24.1, build 4667896b
    docker-py version: 3.7.3
    CPython version: 3.6.8
    OpenSSL version: OpenSSL 1.1.0j  20 Nov 2018
    

    docker安装

    • 设置远程仓库
    root@cn2031 harbor]# yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
    Loaded plugins: fastestmirror, langpacks, priorities
    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
    
    • 查看docker版本
    [root@cn2031 harbor]# yum list docker-ce --showduplicates | sort -r
    Loading mirror speeds from cached hostfile
    Loaded plugins: fastestmirror, langpacks, priorities
    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.1-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
    Available Packages
    
    • 安装
    [root@cn2031 docker]# yum install docker-ce-18.06.1.ce-3.el7
    Loaded plugins: fastestmirror, langpacks, priorities
    Loading mirror speeds from cached hostfile
    Resolving Dependencies
    --> Running transaction check
    ---> Package docker-ce.x86_64 0:18.06.1.ce-3.el7 will be installed
    --> Processing Dependency: libseccomp >= 2.3 for package: docker-ce-18.06.1.ce-3.el7.x86_64
    --> Running transaction check
    ---> Package libseccomp.x86_64 0:2.2.1-1.el7 will be updated
    ---> Package libseccomp.x86_64 0:2.3.1-3.el7 will be an update
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ====================================================================================================================================================
     Package                          Arch                         Version                                 Repository                              Size
    ====================================================================================================================================================
    Installing:
     docker-ce                        x86_64                       18.06.1.ce-3.el7                        docker-ce-stable                        41 M
    Updating for dependencies:
     libseccomp                       x86_64                       2.3.1-3.el7                             base                                    56 k
    
    Transaction Summary
    ====================================================================================================================================================
    Install  1 Package
    Upgrade             ( 1 Dependent package)
    
    Total download size: 41 M
    Is this ok [y/d/N]: y
    Downloading packages:
    No Presto metadata available for base
    (1/2): libseccomp-2.3.1-3.el7.x86_64.rpm                                                                                     |  56 kB  00:00:00     
    warning: /var/cache/yum/x86_64/7/docker-ce-stable/packages/docker-ce-18.06.1.ce-3.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY
    Public key for docker-ce-18.06.1.ce-3.el7.x86_64.rpm is not installed
    (2/2): docker-ce-18.06.1.ce-3.el7.x86_64.rpm                                                                                 |  41 MB  00:00:02     
    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Total                                                                                                                15 MB/s |  41 MB  00:00:02     
    Retrieving key from https://download.docker.com/linux/centos/gpg
    Importing GPG key 0x621E9F35:
     Userid     : "Docker Release (CE rpm) <docker@docker.com>"
     Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35
     From       : https://download.docker.com/linux/centos/gpg
    Is this ok [y/N]: y
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
    Warning: RPMDB altered outside of yum.
    ** Found 10 pre-existing rpmdb problem(s), 'yum check' output follows:
    policycoreutils-2.5-33.el7.x86_64 is a duplicate with policycoreutils-2.2.5-20.el7.x86_64
    policycoreutils-2.5-33.el7.x86_64 has missing requires of libselinux-utils >= ('0', '2.5', '14')
    policycoreutils-2.5-33.el7.x86_64 has missing requires of libsemanage >= ('0', '2.5', '14')
    policycoreutils-2.5-33.el7.x86_64 has missing requires of libsemanage.so.1(LIBSEMANAGE_1.1)(64bit)
    policycoreutils-2.5-33.el7.x86_64 has missing requires of libsepol >= ('0', '2.5', '10')
    policycoreutils-2.5-33.el7.x86_64 has missing requires of libsepol.so.1(LIBSEPOL_1.0)(64bit)
    policycoreutils-2.5-33.el7.x86_64 has missing requires of libsepol.so.1(LIBSEPOL_1.1)(64bit)
    selinux-policy-3.13.1-252.el7.noarch is a duplicate with selinux-policy-3.13.1-60.el7.noarch
    selinux-policy-3.13.1-252.el7.noarch has missing requires of libsemanage >= ('0', '2.5', '13')
    selinux-policy-targeted-3.13.1-252.el7.noarch is a duplicate with selinux-policy-targeted-3.13.1-60.el7.noarch
      Updating   : libseccomp-2.3.1-3.el7.x86_64                                                                                                    1/3 
      Installing : docker-ce-18.06.1.ce-3.el7.x86_64                                                                                                2/3 
      Cleanup    : libseccomp-2.2.1-1.el7.x86_64                                                                                                    3/3 
      Verifying  : docker-ce-18.06.1.ce-3.el7.x86_64                                                                                                1/3 
      Verifying  : libseccomp-2.3.1-3.el7.x86_64                                                                                                    2/3 
      Verifying  : libseccomp-2.2.1-1.el7.x86_64                                                                                                    3/3 
    
    Installed:
      docker-ce.x86_64 0:18.06.1.ce-3.el7                                                                                                               
    
    Dependency Updated:
      libseccomp.x86_64 0:2.3.1-3.el7                                                                                                                   
    
    Complete!
    

    问题

    主要是安装docker时的依赖问题,下载相关依赖包rpm -ivh xxx.rpm --nodeps --force 安装即可,如果不强制安装不报错,可以不加--nodeps --force参数

    harbor安装

    harbor安装之前要先安装docker、docker-compose

    下载harbor

    $ wget -c https://storage.googleapis.com/harbor-releases/release-1.8.0/harbor-offline-installer-v1.8.2.tgz
    $ tar zxvf harbor-offline-installer-v1.8.2.tgz
    $ cd harbor
    

    配置harbor.yml

    hostname: 192.168.20.31
    harbor_admin_password: xxxx1234
    

    安装harbor

    ./install.sh
    

    web访问地址

    http://192.168.20.31
    admin xxxx1234

    相关文章

      网友评论

          本文标题:docker+docker-compose+harbor安装

          本文链接:https://www.haomeiwen.com/subject/unazbctx.html