List out 10 Feature of Docker-compose

  1. Multiple services can be defined and run together making it easier to run.
  2. Can make all the services up and down at a time.
  3. Can make even a single service up/down
  4. Multiple isolated environments on a single host
  5. Preserve volume data when containers are created
  6. Only recreate containers that have changed
  7. Variables and moving a composition between environments