I cant find more information about those.
Should we use docker stop
for containers which we started with docker start
Or same for docker-compose up
?
What is the difference between stop and down?
In docker-compose help
stop
- Stop servicesdown
- Stop and remove containers and networks (optionally images and volumes as well)