compose-cli
compose-cli copied to clipboard
Easily run your Compose application to the cloud with compose-cli
I am using the ECS / Compose integration and it seems there have been a regression in how compose file errors are being handled. I am using Docker Desktop 4.0...
I am using the compose / ECS integration and with the compose example below I am randomly getting this CloudFormation exception: ``` ResourceInitializationError: failed to invoke EFS utils commands to...
Hello, ipv4_address get ignored. **docker-compose.yaml** ``` version: '3.8' services: openvpn: container_name: OpenVPN networks: private_network: ipv4_address: 172.28.28.2 cap_add: - NET_ADMIN build: context: ./OpenVPN/ dockerfile: Dockerfile ports: - "1194:1194/udp" restart: always volumes:...
**Description** When I deploy a docker-compose.yml file to ECS I get a warning about entries that are not present. **Steps to reproduce the issue:** 1. Create an ECS docker context....
It looks like development on this repo wound down and flatlined starting about a year ago. I grew up on Docker-for-AWS and this is _deja vu_ for me. What's the...
**Description** Sometime our docker-compose failed to deploy and cloudformation automatically delete the cloudformation. Only log we have : `2022-01-18 10:59:37 UTC+0100 my-deployment-123456 DELETE_IN_PROGRESS User Initiated` Deployment works ~ 50% of...
I'm using the docker-compose `depends_on` functionality with conditions for Healthy & Complete tasks. Having read the Reference Documentation it appeared that there was full compatibility between ECS & Compose in...
Running through the example/instructions here: https://docs.docker.com/cloud/aci-integration/#run-docker-containers-on-aci I always get the error message: containerinstance.ContainerGroupsClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="MoreImageRegistryCredentialsThanContainers" Message="More image registry credentials provided than containers in container...
This is not right, NFS mounts needs to be available once per availability zone, not for each subnet.. For example if you have 3 public and 3 private subnets in...
**Description** I'm trying to start a service using ECS and mount an existing EFS as a volume. When I try, I get the following error: ``` mount target already exists...