docker-compose from server:eGroupWare:trunk project

Vyberte váš operačný systém

Pre CentOS 8 spustite ako root nasledujúce:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare:trunk/CentOS_8/server:eGroupWare:trunk.repo
yum install docker-compose
Pre CentOS 7 spustite ako root nasledujúce:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare:trunk/CentOS_7/server:eGroupWare:trunk.repo
yum install docker-compose
Pre RHEL 7 spustite ako root nasledujúce:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare:trunk/RHEL_7/server:eGroupWare:trunk.repo
yum install docker-compose
Pre SLE 15 spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare:trunk/SLE_15/server:eGroupWare:trunk.repo
zypper refresh
zypper install docker-compose
Pre SLE 12 spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare:trunk/SLE_12/server:eGroupWare:trunk.repo
zypper refresh
zypper install docker-compose
Pre xUbuntu 16.04 spustite nasledujúce:
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

Balíky pre xUbuntu 16.04: