docker-compose from server:eGroupWare project

Seleccioneu el sistema operatiu

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
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

Paquets per Debian 9.0:

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
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
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

Paquets per xUbuntu 16.04: