Docker Compose Alternatives
Comments primarily advocate for Docker Compose as a simple, sufficient tool for container management and orchestration, questioning the need for alternatives like Docker Swarm or Kubernetes and sharing use cases where it excels.
Activity Over Time
Top Contributors
Keywords
Sample Comments
I'm not sure I understand the use case. What problems does this solve that a nice Docker Compose file doesn't?
Docker compose is still orders of magnitude easier to use and often sufficient.
Docker Compose is great. Avoid Docker Swarm.
Yes. Docker compose is the way to go.
docker-compose is kind of oriented towards what I think you are referring to, have you tried that out? I've done a bit with it and was thinking about explaining how I used it in some post but didn't know if it would be very useful outside of what I was doing. If you email me a small description I could probably whip up a docker-compose.yml as an example since it's fun to play around with.
What should I use in place of docker compose?
this looks interesting but how is this better than just doing docker-compose?
I use docker compose only. It is much more convenient than vanilla docker.
Docker Compose is the easy answer
What about a docker-compose alternative?