docker-compose from server:eGroupWare project

Selecione seu sistema operacional

Para CentOS 8 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare/CentOS_8/server:eGroupWare.repo
yum install docker-compose
Para CentOS 7 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare/CentOS_7/server:eGroupWare.repo
yum install docker-compose
Para Debian 9.0 execute o seguinte:
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

Pacotes para Debian 9.0:

Para RHEL 7 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare/RHEL_7/server:eGroupWare.repo
yum install docker-compose
Para SLE 15 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare/SLE_15/server:eGroupWare.repo
zypper refresh
zypper install docker-compose
Para SLE 12 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare/SLE_12/server:eGroupWare.repo
zypper refresh
zypper install docker-compose
Para xUbuntu 16.04 execute o seguinte:
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

Pacotes para xUbuntu 16.04: