6 ms·
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 Insta
by KurtMueller 5y 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/aci-compose-features/
https://docs.docker.com/cloud/ecs-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.
- watermelon0 5y agoI 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.