docker-compose from server:eGroupWare:trunk project

Operációs rendszer kiválasztása

Ehhez: CentOS 8 futtassa a következőt root-ként:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare:trunk/CentOS_8/server:eGroupWare:trunk.repo
yum install docker-compose
Ehhez: CentOS 7 futtassa a következőt root-ként:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare:trunk/CentOS_7/server:eGroupWare:trunk.repo
yum install docker-compose
Ehhez: RHEL 7 futtassa a következőt root-ként:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare:trunk/RHEL_7/server:eGroupWare:trunk.repo
yum install docker-compose
Ehhez: SLE 15 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare:trunk/SLE_15/server:eGroupWare:trunk.repo
zypper refresh
zypper install docker-compose
Ehhez: SLE 12 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare:trunk/SLE_12/server:eGroupWare:trunk.repo
zypper refresh
zypper install docker-compose
For xUbuntu 16.04 run the following:
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

Csomagok ehhez: xUbuntu 16.04