Image

Start, Stop, and List Container Sets

Once we have the docker-compose.yml file created, we can use it to work with a set of containers. Instead of the docker command, Docker Compose has its own command to work with multiple containers at once: docker-compose.

In this tutorial, we'll:

  • Cover the basic usage of the Compose command
  • Describe how to start, stop, and list running container sets