Docker
Exceptionally useful commands
docker compose ___
build
: builds images indicated in the docker-compose.yml
up
: Starts a docker compose applicationdown
: Shuts down a docker compose applicationconfig
: renders the docker compose specification for all services, networks, volumes, etc.