Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in DevOps and Agile by (2.3k points)
So, i've been trying to find the difference between docker stop and docker down but haven't been able to pin down the exact difference. can anyone help me out?

1 Answer

0 votes
by (6.9k points)

Let's differentiate both of them:

docker stop - It is used to Stop services

docker down - It is used to stop and remove containers and all the networks and you can optionally opt to remove images and volumes with it as well.

This is how it is while using docker-compose.


To learn more in depth about docker with the help of industry professionals, try out docker training course.

Related questions

Browse Categories

...