Main Menu
🛠️
Tools
❓
Questions
📝
Quiz
✍️
Test
🎯
GK
Useful Links
SEARCH
Account
More
What are the main features of Docker-compose?
Asked: Apr 30, 2023
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.
Asked by
brijesh
docker
Answers (0)
No answers yet. Be the first to answer!