compose-cli
compose-cli copied to clipboard
Easily run your Compose application to the cloud with compose-cli
**Description** Trying to use CloudFormation intrinsic functions like `Fn::ImportValue` in `docker compose convert` is failing. It prints the following error message along with a goroutine, then exits (albeit with a...
***Description*** AWS have just announced support for ARM64 in Fargate: https://aws.amazon.com/about-aws/whats-new/2021/11/aws-fargate-amazon-ecs-aws-graviton2-processors/ It would be good to have docker compose auto detect platform linux/arm64 and include CpuArchitecture: ARM64 chunk in the...
**What I did** Add support for sending stop grace period down the pipe. This is already supported downstream but the compatibility file stops it. Updated the docs to reflect both...
Greetings! This issue has been discussed a lot elsewhere. After reading all the docs and other related issues, we still aren’t sure how to do it. We are hoping to...
I am posting this here to keep track of the issue and potentially handle this corner case. This relates to the Compose/ECS integration and is tracked/documented in this [StackOverflow thread](https://stackoverflow.com/questions/68764699/docker-compose-deploy-to-ecs-cannot-resolve-service-names-yelb/68768616)....
Hi, There is already a demand like that for ECS CLI: https://github.com/aws/containers-roadmap/issues/187
The documentation at https://docs.docker.com/cloud/aci-integration/ does not mention any standard docker commands which are not supported. However I find that the example given at https://docs.docker.com/engine/reference/commandline/run/#assign-name-and-allocate-pseudo-tty---name--it returns an error as it seems...
I was excited to try this to easily run my containerized Windows command line application on Azure, but it seems Windows containers are not supported. When I run the base...
The compatibility table indicates that docker labels are supported in ECS, but this is not the case. Neither at the container level, nor at the deployment level in docker compose...
**Description** I have use Docker Compose CLI for Deploying Docker containers on ECS. But it is error and auto delete ECS resource. I can't check log and know reason This...