docker-compose from server:eGroupWare:trunk project
Välj ditt operativsystem
Lägg till lagringsplats och installera manuellt
För CentOS 8, kör följande som 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
För CentOS 7, kör följande som 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
Grab binary packages directly
Lägg till lagringsplats och installera manuellt
För RHEL 7, kör följande som 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
Grab binary packages directly
Lägg till lagringsplats och installera manuellt
För SLE 15, kör följande som root:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare:trunk/SLE_15/server:eGroupWare:trunk.repo zypper refresh zypper install docker-compose
För SLE 12, kör följande som root:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare:trunk/SLE_12/server:eGroupWare:trunk.repo zypper refresh zypper install docker-compose
Grab binary packages directly
Lägg till lagringsplats och installera manuellt
För xUbuntu 16.04, kör följande:
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