docker-compose

Run and manage multi container docker applications. More information: <https://docs.docker.com/compose/reference/>.

Debian Debian
RUN apt-get update && \ apt-get install -y docker-compose
Ubuntu
RUN apt-get update && \ apt-get install -y docker-compose
Arch Arch Linux
RUN pacman -S --noconfirm docker-compose
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y docker-compose
Fedora
RUN dnf install -y docker-compose
Raspbian
RUN apt-get update && \ apt-get install -y docker-compose
click the source code to copy install docker-compose on any operating system with command-not-found.com