mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-21 15:34:56 +02:00
184 B
184 B
Docker Compose
Delete all containers, networks and volumes
docker compose down -v
Show the state of all containers
watch -n 2 "docker compose ps -a"