Skip to main content

Docker

Exceptionally useful commands

docker compose ___

  • build: builds images indicated in the docker-compose.yml
  • up: Starts a docker compose application
  • down: Shuts down a docker compose application
  • config: renders the docker compose specification for all services, networks, volumes, etc.