How to Install docker-compose in Ubuntu 18.04



Install docker-compose by entering the following commands in the terminal:

sudo apt update
sudo apt install docker-compose

Description:

Punctual, lightweight development environments using Docker

docker-compose is a service management software built on top of docker. Define your services and their relationships in a simple YAML file, and let compose handle the rest.

Homepage: http://docs.docker.com/compose/

Version: 1.17.1-2

Section: universe/admin