DEV Community

Cover image for Docker series - Docker Compose
Chris Noring for Microsoft Azure

Posted on

Docker series - Docker Compose

Follow me on Twitter, happy to take your suggestions on topics or improvements /Chris

You tend to use Docker commands to manage a few Docker images and containers but when things grow big and you need to handle a lot of containers you need something like Docker Compose that lets you specify all of your services and bring them up and down in one command.

  • Docker Compose part I This covers why Docker Compose and some fundamentals on how to use it
  • Docker Compose part II This covers more advanced usage of Docker Compose like how to work with environment variables, Volumes, Networks and Databases

Top comments (1)

Collapse
 
ozeta profile image
Marco Carrozzo

Wow, Just needed a docker compose summary/cheatsheet...and this Is good.thanks ☺️