compose-cli
compose-cli copied to clipboard
Easily run your Compose application to the cloud with compose-cli
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`)
`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...
**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
## 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...
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...
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...
**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...
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 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...
**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...