Docker Compose is an open source tool for defining and running multi-container applications with Docker. Compose lets you use a YAML file to configure your application’s services, and then create and start all the services from your configuration with just a single command. Compose works great in all environments: production, staging, testing, development, and on CI workflows. Compose has commands for every stage of your application lifecycle, from starting, stopping and rebuilding services, through to status viewing, streaming of log output and running a one-off command on a service.

Features

  • Multiple isolated environments on one host
  • Preserves volume data when containers are created
  • Only recreates containers that have changed
  • Variables and moving a composition between environments

Project Samples

Project Activity

See All Activity >