docker-compose from server:eGroupWare:trunk project
お使いのオペレーティングシステムの選択
手作業でリポジトリを追加してインストールする
CentOS 8 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/server:eGroupWare:trunk/CentOS_8/server:eGroupWare:trunk.repo yum install docker-compose
CentOS 7 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/server:eGroupWare:trunk/CentOS_7/server:eGroupWare:trunk.repo yum install docker-compose
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
RHEL 7 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/server:eGroupWare:trunk/RHEL_7/server:eGroupWare:trunk.repo yum install docker-compose
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
SLE 15 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare:trunk/SLE_15/server:eGroupWare:trunk.repo zypper refresh zypper install docker-compose
SLE 12 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare:trunk/SLE_12/server:eGroupWare:trunk.repo zypper refresh zypper install docker-compose
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
xUbuntu 16.04 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare:/trunk/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/server:eGroupWare:trunk.list curl -fsSL https://download.opensuse.org/repositories/server:eGroupWare:trunk/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/server_eGroupWare_trunk.gpg > /dev/null sudo apt update sudo apt install docker-compose