compose-cli icon indicating copy to clipboard operation
compose-cli copied to clipboard

Easily run your Compose application to the cloud with compose-cli

Results 135 compose-cli issues
Sort by recently updated
recently updated
newest added

From: https://github.com/docker/docker.github.io/issues/12172 File: https://github.com/docker/compose-cli/blob/main/docs/aci-container-features.md > A single container is executed in its own ACI container group, that will container only one container. This line needs to be modified to >...

From: https://github.com/docker/docker.github.io/issues/14590 File: [compose-cli/docs/ecs-compose-features.md](https://github.com/docker/compose-cli/blob/main/docs/aci-compose-features.md) Current: - service.restart says "Replaced by service.deployment.restart_policy" - service.deploy.restart_policy has a checkmark indicating it is supported Instead, the table should show: - service.restart should have an...

stale

**Description** I'm trying to use ECS Exec to connect to a Fargate container created with the docker compose ecs integration. According to [ECS Exec documentation](https://aws.amazon.com/blogs/containers/new-using-amazon-ecs-exec-access-your-containers-fargate-ec2/), you need to specify `--enable-execute-command`...

**Description** I have a docker compose file in which I run different services. Each with a tag XXX.dkr.ecr.us-east-1.amazonaws.com/IMAGE:prod This image gets updated before deploying but the tag is the same....

I am using Docker ECS integration to deploy my multi-container docker compose application as described here: https://docs.docker.com/cloud/ecs-integration/ I use these commands: ``` docker context create ecs aws docker context use...

Thank you for this great tool ! I'm deploying successfully to ECS. But my deployments are painfully slow, and I want to set some target groups parameters like mentioned here...

I'm currently working in my team with our DevOps team to roll out Docker Compose more broadly to other developers in our environment. What I'd like to do is allow...

**Description** Using AWS ECS, when running "docker compose up", creation of the Service fails with error "InvalidParameterException: Invalid identifier: Identifier is for cluster Test1. Your cluster is default". The cluster...

**Description** The current implementation relies on VPCs with public subnets, and if there are no public subnets it throws an error straight away. I'm working in a use case where...

stale

**Description** I don't want clients to be able to directly access my service via public ip in any way. **Describe the results you received:** Currently there is no way to...