Abstract

  • Allows us to setup multiple Docker Container with proper configuration with one command docker-compose up

Default Behaviors

Each docker compose creates a Docker Bridge Network and the naming of Docker Image is <current_directory_name>-<service_name>

Remove Docker Images created by Docker Compose

docker-compose down doesn’t remove Docker Images, use docker-compose down --rmi all to remove everything in all the services