docker-compose from server:eGroupWare project
Seleccioneu el sistema operatiu
Afegiu el repositori i instal·leu-lo manualment
Per a CentOS 8 executeu el següent com a root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/server:eGroupWare/CentOS_8/server:eGroupWare.repo yum install docker-compose
Per a CentOS 7 executeu el següent com a root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/server:eGroupWare/CentOS_7/server:eGroupWare.repo yum install docker-compose
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a Debian 9.0 executeu el següent:
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/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/server:eGroupWare.list curl -fsSL https://download.opensuse.org/repositories/server:eGroupWare/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/server_eGroupWare.gpg > /dev/null sudo apt update sudo apt install docker-compose
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a RHEL 7 executeu el següent com a root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/server:eGroupWare/RHEL_7/server:eGroupWare.repo yum install docker-compose
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a SLE 15 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare/SLE_15/server:eGroupWare.repo zypper refresh zypper install docker-compose
Per a SLE 12 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare/SLE_12/server:eGroupWare.repo zypper refresh zypper install docker-compose
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a xUbuntu 16.04 executeu el següent:
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/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/server:eGroupWare.list curl -fsSL https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/server_eGroupWare.gpg > /dev/null sudo apt update sudo apt install docker-compose