app icon indicating copy to clipboard operation
app copied to clipboard

Make your Docker Compose applications reusable, and share them on Docker Hub

Results 65 app issues
Sort by recently updated
recently updated
newest added

**Context:** As with the following docker commands available for docker images, ```cmd docker image save .... docker image load ..... ``` Ref links: * https://docs.docker.com/engine/reference/commandline/image_load/ * https://docs.docker.com/engine/reference/commandline/image_save/ These commands allow...

status/0-triage

A compose file can specify some config files, which are resolved inside the invocation images among the `attachment` files, (see #336 and #392 ). But those config files rarely match...

**Description** I notice that docker app 0.8 is now out of release candidate and supported by non-edge installs of `docker-ce`. In order to make docker app accessible to less technical...

**Description** I have a self-hosted registry provided by harbor which works well with `docker` and `docker-compose`. The registry is only accessible through HTTPS and the certificate is **self-signed**. For this...

kind/bug

**Description** When we are trying to parametrize the template with the variable, the value of which contains the colon, space (one or more), and asterisk symbol in a row -...

Signed-off-by: Anca Iordache **- What I did** Test app cli against a kind cluster. Fixes https://github.com/docker/dev-tooling-team/issues/9 **- How I did it** Set up a kind cluster, install compose-on-kubernetes. **- How...

status/0-triage

I'm running https://github.com/docker/app/releases/download/v0.9.0-beta1/docker-app-linux.tar.gz and observing an odd issue. I feel like I've got to be doing something wrong, but I'm not seeing it. Running `docker app push` fails with my...

**- What I did** Implement distrubuted claim store for installations targeting kubernetes (with [compose-on-kubernetes](https://github.com/docker/compose-on-kubernetes)) **- How I did it** Just detect a kubernetes target by the context. If k8s, then...

status/0-triage

I apologize if this is an issue that should raised on the cnab-spec. I'd be happy to open it there if needed. One of the things that makes docker-compose so...

This allows users in a single node configuration to optionally pull down the service images defined in an app bundle with: docker app pull --service-images [your app] Fixes: fixes #789...

status/0-triage