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

`docker-app inspect` print the settings it founds in the `settings.yaml` file, but some settings may be missing and should be added manually while rendering or deploying the app. Some other...

kind/enhancement
kind/feature

**Description** In order to resume operations for a given tasks in case the tasks is rescheduled, I like to use `{{.Tasks.Slot}}`. Here `KAFKA_BROKER_ID={{.Task.Slot}}` and `hostname: "{{.Service.Name}}.{{.Task.Slot}}.{{.Task.ID}}"`. Otherwise each kafka-broker would...

exp/expert
kind/enhancement

The single-file / split-file format currently uses a fixed order for the files that are combined; this approach may not be future-proof / extensible for future enhancements (for example; multiple...

kind/enhancement

The extension list can be accessed through `Tools` / `Extensions and Updates…`. The name and description are a bit rough, the icon could be customized eventually. The information on the...

exp/beginner
priority/P3

**Description** Trying to pull from a registry with TLS client auth results in this error: ``` Error: cannot locate application "my.registry.com/some/app.dockerapp:1.1" in filesystem or registry: error parsing HTTP 400 response...

kind/bug

As a windows user So I can deploy my application packages I want to run docker/app as a windows container.

kind/enhancement

**Description** Since 0.5.0, the way that Docker App stores files pulled from a registry has been modified. This has resulted in the consequence that docker-app render can no longer functions...

kind/bug

Hi, we are facing an issue chen using docker-app Today we use compose file with env vars in, like : ``` version: "3.6" services: web: image: myimage;tag replicas: ${WEB_REPLICAS} ```...

kind/question

At the Dockercon18, Workshop: Docker Application Package, I have asked if the command **validate** is executed before sharing or deploying the app. Since there was not a clear answer about...

exp/beginner
kind/enhancement

**Description** `docker-app --help` lists the following options: ``` Options: -D, --debug Enable debug mode -H, --host list Daemon socket(s) to connect to -l, --log-level string Set the logging level ("debug"|"info"|"warn"|"error"|"fatal")...

kind/bug