mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-21 15:34:56 +02:00
283 B
283 B
Administration Notes
Delete all containers, networks and volumes
docker compose down -v
Show the state of all containers
watch -n 2 "docker compose ps -a"
Health Logs
docker inspect --format='{{json .State.Health}}' <container_id>