compose-cli
compose-cli copied to clipboard
Easily run your Compose application to the cloud with compose-cli
**Description** **Steps to reproduce the issue:** 1. Launch an ECS-optimize AWS AML2 instance. 1. Run `curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh` 1. Call on `docker compose` **Describe the results you received:**...
**Description** When attempting to convert a docker-compose.yml file to a Cloud Formation template with a service with volumes defined in conjunction with `x-aws-cloudformation` > `Resources` > task definition for `TaskRoleArn`...
ecs-compose supports neither `service.deploy.restart_policy` nor `service.restart`. (This is a re-submission of the accidentally-deleted, previously approved but unmerged PR #2184). **What I did** Changed `✓` to `x` for `service.deploy.restart_policy` and `service.restart`,...
The [Linux install script](https://github.com/docker/compose-cli/blob/79770d5803d1b475409aad187b11a2b63d79a037/INSTALL.md#install-script) fails regularly (using GitHub Actions) with error `curl: no URL specified!` ``` curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh % Total % Received % Xferd Average Speed Time...
There is a problem with EFS volumes when you have a lot of subnets - they can't be created. Actually by now it can only work if you have a...
**Description** MFA is configured on my root account IAM user. I use the `role_arn` option in `~/.aws/config` to assume a role in a subaccount which has a trust relationship with...
**What I did** **Related issue** **(not mandatory) A picture of a cute animal, if possible in relation with what you did**
Allowing users to choose whether their instances should get a public IP address or not. Defaulting to "no". **What I did** Supporting `x-aws-assign_public_ip` in the service level. If not present...
**What I did** Fixed the Titles of IAM policies and IAM roles: It was inverted. 
**Description** Have the possibility to mark ECS containers as non essential Currently all containers are marked as essential: https://github.com/docker/compose-cli/blob/79770d5803d1b475409aad187b11a2b63d79a037/ecs/convert.go#L122 **Use case** I have a container that initialises (create, seed...) the...