Review of 'Overview of Docker Compose | Docker Documentation'

1 · Shane Mulligan · June 15, 2020, 4 p.m.
Original article Overview of Docker Compose | Docker Documentation Define and run multi-container Docker applications. Use a YAML file to configure your application’s services. Works in all environments: - production, - staging, - development, - testing, - CI 3 steps: - Define your app’s environment with a Dockerfile so it can be reproduced anywhere. - Define the services that make up your app in docker-compose.yml so they can be run together in an isolated environment....