compose-cli
compose-cli copied to clipboard
Easily run your Compose application to the cloud with compose-cli
**What I did** I updated the kube backend to find projects using two different methods: - Listing all Helm releases (which it currently does) - Looking for ConfigMaps with a...
**Description** Use code from helm-prototype to implement kubernetes backend Depends on: * https://github.com/docker/helm-prototype/issues/10 * #1145
Currently the Docker ACI integration allows to deploy compose application with `docker compose up`, and also to access container logs for each container individually with `docker logs `. We don't...
**What I did** Add `--dry-run` option to `pull` command. Our final goal is adding the `--dry-run` to `up` and I started with the case of `pull` at first. This is...
Sometimes we need to expose ports in ECS cluster, but not necessary to load balancer. For example, to use Cloudwatch prometheus agent in the ECS cluster we need to define...
I want to help supporting compose-specification for docker swarm. With this implementation we can replace com.docker.stack.namespace with com.docker.compose.project.
**Description** When using the ECS context, it does not support overriding the Docker endpoint with `DOCKER_HOST` variable or in the configuration: ```shell $ docker context create --docker host=tcp://docker:2376 ecs ecs...
This is to report both a product and a documentation enhancement. I am trying to deploy [this docker compose file](https://github.com/ome/docker-example-omero/blob/master/docker-compose.yml) to Amazon ECS and I am not able to deploy...
**Feature request** When deploying an application with Compose's ECS backend, I'd like the created Log Group to have the same project tags on it as the other resources. **Why do...
**Description** The Compose CLI currently only supports using Compose to deploy workloads to ECS using `docker compose` commands. There may be use cases where users would like to run simple...