DEV Community

Discussion on: 20 Docker commands use cases for developers

Collapse
 
clovis1122 profile image
José Clovis Ramírez de la Rosa

Good article, Alex!

This stops containers and removes each container’s networks, volumes, and images created by ip. This is helpful when you want to start from a clean slate.

I believe that docker-compose down doesn't remove the volume by default (unless you pass -v).