Hacker News new | ask | show | jobs
by nwienert 1867 days ago
Does anyone make anything that just takes your docker compose file and run it really easily with a lot more features?

I’m happy with compose. It works. I know swarm was supposed to solve this but is dead now (?).

3 comments

ECS can take a docker-compose file and run it, although it is not turnkey. You still need to create the ECS cluster, set up auto scaling, and create any load balancers needed so I would not say it is “simple”, but it is definitely simpler than k8s.
I am wondering about this too. After playing around with all of this, to me it seems this is what people actually want.
The simplicity of docker compose and ease of using it for local development is really nice