docker-compose from server:eGroupWare project

Pasirinkite operacinę sistemą

CentOS 8. Įvykdykite root teisėmis:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare/CentOS_8/server:eGroupWare.repo
yum install docker-compose
CentOS 7. Įvykdykite root teisėmis:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare/CentOS_7/server:eGroupWare.repo
yum install docker-compose
Debian 9.0. Įvykdykite:
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
RHEL 7. Įvykdykite root teisėmis:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare/RHEL_7/server:eGroupWare.repo
yum install docker-compose
SLE 15. Įvykdykite root teisėmis:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare/SLE_15/server:eGroupWare.repo
zypper refresh
zypper install docker-compose
SLE 12. Įvykdykite root teisėmis:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare/SLE_12/server:eGroupWare.repo
zypper refresh
zypper install docker-compose
xUbuntu 16.04. Įvykdykite:
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

xUbuntu 16.04 paketai: