What is the difference between docker-compose down and docker-compose stop?

Docker Fundamentals Medium

Docker Fundamentals — Medium

What is the difference between docker-compose down and docker-compose stop?

Key points

  • docker-compose stop preserves containers and networks
  • docker-compose down removes containers and networks
  • Important to understand for resource management in Docker

Ready to go further?

Related questions