Process Flow - docker compose up and down
Start: docker-compose.yml file ready
Run: docker compose up
Docker reads config
Create and start containers
Containers running
Run: docker compose down
Stop and remove containers
Cleanup networks (volumes w/ --volumes)
All stopped and cleaned
This flow shows how docker compose up starts containers from the config, and docker compose down stops and cleans them.