app
app copied to clipboard
Make your Docker Compose applications reusable, and share them on Docker Hub
`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...
**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...
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...
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...
**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...
As a windows user So I can deploy my application packages I want to run docker/app as a windows container.
**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...
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} ```...
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...
**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")...