🐳 🐙 Docker Compose Tip #76
docker compose down & the flags that decide what actually gets removed.
down → containers + networks
down -v → named volumes (data gone!)
down --rmi local → local images
...
Guide: lours.me/posts/compose-tip-076-compose-down-options/
#Docker #Compose #CLI
What docker compose down actually removes, and the flags that decide whether you keep your data, your images, and your sibling services.