Containers

Describe the process of using Docker Compose

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  • Define the services you would like to run together in a docker-compose.yml file
  • Run docker-compose up to run the services