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

We need test on secrets kube mapping, especially checking how secrets are made available in Kube pods, compared to compose secrets (/in `/run/secret/mysecret`)

ci
kube

`helm install` has a `--wait` flag waiting for pods, deployments & services ready. We should use the equivalent in the helm API to make `docker compose up` wait until the...

enhancement ✨
kube

**Description** Create a new context type and compose-cli Backend skeleton to support `compose.API` on Kubernetes. Actuall backend implementation is a no-op until we import helm-prototype

kube

## Feature Request While attempting to create a cluster on Amazon ECS with `docker compose up`, errors can occur. The error that caused the cluster creation to fail is eventually...

ecs
enhancement ✨

It would be cool to see a way to specify existing VNet when creating a new ACI instance. Why? One of the great use-cases for that integration is creating jumpboxes...

aci
enhancement ✨

AWS LB supports forwarding requests from a specific domain name to a certain target group. The proposal is to create the extension `x-aws-domain` to be placed inside "ports" as a...

ecs
enhancement ✨

**Description** Was trying to deploy our app to ECS and it appeared that tmpfs isn't supported: ``` WARN[0000] services.tmpfs: unsupported attribute ``` My service does data ingestion and has a...

ecs
enhancement ✨

This is an idea, not a bug report Thanks to the awesome work from our Docker friends we have the ability to deploy images (`docker run`) and Compose projects from...

aci
enhancement ✨

ACI provides GPU Support, we need to investigate how we can provide this feature, and how this can be symmetrical to GPU Support we currently have on ECS. * choose...

aci
enhancement ✨

**Description** The command is not shown in the `ps` output when running a container on the ACI context. **Steps to reproduce the issue:** 1. `docker --context aci run nginx` **Describe...

aci
aci sdk