Hacker News new | ask | show | jobs
by KurtMueller 1836 days ago
The recent update to `docker-compose`, now called `docker compose`, has contexts that let you us the up command to deploy to services like Azure Container Instances or Elastic Container Services.

https://docs.docker.com/cloud/aci-compose-features/

https://docs.docker.com/cloud/ecs-compose-features/

I haven't (successfully) used ACI to deploy my compose app. I'm hoping somebody else on this thread might have.

1 comments

I have played around with docker compose + ECS and it works great for simple use cases.

However, I prefer (at least for my needs) AWS CDK because it also supports pushing of the image to remote registry, and spawning other AWS resources, such as databases.