Hugo

Cheatsheets

Quick access to common commands and tools I use every day.

docker -ps # List running containers

docker compose up -d # Start the services in detached mode

docker compose down # Stop and remove the services, the volumes are not removed.