Some ofthe main features of docker-compose-areas follows:
- Multiple environments on the same Host: We can use it to create multiple environments on the same host server.
- Preserve Volume Data on Container Creation: Docker Compose also preserves the volume data when we create a container.
- Recreate the changed Containers: We can also use compose to recreate the changed containers.
- Variables in Compose file: Docker composes also supports variables in compose file. In this way, we can create variations of our containers.