I want to install docker-compose in my SUSE Linux enterprise 12 system.
I found the correct package repository for docker service.
sudo zypper ar -t https://download.opensuse.org/repositories/Virtualization:containers/SLE_12_SP3/Virtualization:containers.repo
zypper refresh
zypper install docker
I cant find anything about docker-compose, is it possible to install in SLES 12 SP3?