List out 10 Feature of Docker-compose

  1. Multiple isolated environments on a single host
  2. Preserve volume data when containers are created
  3. Only recreate containers that have changed
  4. Variables and moving a composition between environments
  5. Orchestrate multiple containers that work together
  6. Single host deployment 
  7. Quick and easy configuration – Due to YAML scripts.
  8. High productivity – Docker Compose reduces the time it takes to perform tasks.