Slide 6
Slide 6 text
Docker Compose
6
Simple YAML file to configure
your application’s services.
With a single command, you
create and start all the services
from your configuration.
Docker Compose works in all
environments:
- production
- staging
- development
- testing
- CI workflows
HOW? WHERE?