From 5f75b24fb2de435f50402248c50f624cfd388bec Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 13 Mar 2019 16:55:11 -0400 Subject: [PATCH 1/2] docs: correct docker options information output --- docs/advanced-usage/docker-options.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/advanced-usage/docker-options.md b/docs/advanced-usage/docker-options.md index dced57b8a..1ca6ec498 100644 --- a/docs/advanced-usage/docker-options.md +++ b/docs/advanced-usage/docker-options.md @@ -77,9 +77,9 @@ dokku docker-options:report node-js-app ``` =====> node-js-app docker options information - Storage build mounts: - Storage deploy mounts: -v /var/log/node-js-app:/app/logs - Storage run mounts: -v /var/log/node-js-app:/app/logs + Docker options build: + Docker options deploy: -v /var/log/node-js-app:/app/logs + Docker options run: -v /var/log/node-js-app:/app/logs ``` You can pass flags which will output only the value of the specific information you want. For example: @@ -88,7 +88,6 @@ You can pass flags which will output only the value of the specific information dokku docker-options:report node-js-app --docker-options-build ``` - ## Advanced usage In your applications folder `/home/dokku/app_name` create a file called `DOCKER_OPTIONS_RUN` (or `DOCKER_OPTIONS_BUILD` or `DOCKER_OPTIONS_DEPLOY`). From c1781c39ca92e20810d3bfc145d6edb2455325a4 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 13 Mar 2019 16:55:33 -0400 Subject: [PATCH 2/2] docs: correct header [ci skip] --- docs/advanced-usage/docker-options.md | 2 +- docs/advanced-usage/persistent-storage.md | 2 +- docs/configuration/domains.md | 2 +- docs/configuration/ssl.md | 2 +- docs/deployment/application-management.md | 2 +- docs/deployment/methods/buildpacks.md | 2 +- docs/deployment/zero-downtime-deploys.md | 2 +- docs/networking/network.md | 2 +- docs/networking/proxy-management.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/advanced-usage/docker-options.md b/docs/advanced-usage/docker-options.md index 1ca6ec498..967ae1328 100644 --- a/docs/advanced-usage/docker-options.md +++ b/docs/advanced-usage/docker-options.md @@ -44,7 +44,7 @@ dokku docker-options:add node-js-app run "-v /var/log/node-js-app:/app/logs" dokku docker-options:remove node-js-app run "-v /var/log/node-js-app:/app/logs" ``` -### Displaying docker-options reports about an app +### Displaying docker-options reports for an app > New as of 0.8.1 diff --git a/docs/advanced-usage/persistent-storage.md b/docs/advanced-usage/persistent-storage.md index bf3e68509..b11a50638 100644 --- a/docs/advanced-usage/persistent-storage.md +++ b/docs/advanced-usage/persistent-storage.md @@ -65,7 +65,7 @@ dokku storage:mount app-name /var/lib/dokku/data/storage/node-js-app:/app/storag You can mount one or more directories as desired by following the above pattern. -### Displaying storage reports about an app +### Displaying storage reports for an app > New as of 0.8.1 diff --git a/docs/configuration/domains.md b/docs/configuration/domains.md index 795736230..f039a51f9 100644 --- a/docs/configuration/domains.md +++ b/docs/configuration/domains.md @@ -75,7 +75,7 @@ dokku domains:remove node-js-app dokku.me dokku domains:set node-js-app dokku.me dokku.org ``` -## Displaying domains reports about an app +## Displaying domains reports for an app > New as of 0.8.1 diff --git a/docs/configuration/ssl.md b/docs/configuration/ssl.md index 0470cbd14..63cb930c7 100644 --- a/docs/configuration/ssl.md +++ b/docs/configuration/ssl.md @@ -56,7 +56,7 @@ If you decide to obtain a CA signed certificate, you can import that certificate The `certs:remove` command only works on app-specific certificates. It will `rm` the app-specific tls directory, rebuild the nginx configuration, and reload nginx. -### Displaying certificate reports about an app +### Displaying certificate reports for an app > New as of 0.8.1 diff --git a/docs/deployment/application-management.md b/docs/deployment/application-management.md index 0e16ee10a..9d58be15d 100644 --- a/docs/deployment/application-management.md +++ b/docs/deployment/application-management.md @@ -217,7 +217,7 @@ dokku apps:locked node-js-app Deploy lock does not exist ``` -### Displaying reports about an app +### Displaying reports for an app > New as of 0.8.1 diff --git a/docs/deployment/methods/buildpacks.md b/docs/deployment/methods/buildpacks.md index 57a036240..c58ac8a36 100644 --- a/docs/deployment/methods/buildpacks.md +++ b/docs/deployment/methods/buildpacks.md @@ -123,7 +123,7 @@ The `buildpacks:clear` command can be used to clear all configured buildpacks fo dokku buildpacks:clear node-js-app ``` -### Displaying buildpack reports about an app +### Displaying buildpack reports for an app You can get a report about the app's buildpacks status using the `buildpacks:report` command: diff --git a/docs/deployment/zero-downtime-deploys.md b/docs/deployment/zero-downtime-deploys.md index 94641b3fe..ebcccc9df 100644 --- a/docs/deployment/zero-downtime-deploys.md +++ b/docs/deployment/zero-downtime-deploys.md @@ -70,7 +70,7 @@ dokku checks:disable node-js-app worker DOKKU_CHECKS_SKIPPED: web ``` -### Displaying checks reports about an app +### Displaying checks reports for an app > New as of 0.8.1 diff --git a/docs/networking/network.md b/docs/networking/network.md index 810b39ecc..584ef7fa4 100644 --- a/docs/networking/network.md +++ b/docs/networking/network.md @@ -85,7 +85,7 @@ CONTAINER ID IMAGE COMMAND CREATED d6499edb0edb dokku/node-js-app:latest "/bin/bash -c '/star About a minute ago Up About a minute 0.0.0.0:49153->5000/tcp node-js-app.web.1 ``` -### Displaying network reports about an app +### Displaying network reports for an app You can get a report about the app's network status using the `network:report` command: diff --git a/docs/networking/proxy-management.md b/docs/networking/proxy-management.md index 145071ad2..869c706bf 100644 --- a/docs/networking/proxy-management.md +++ b/docs/networking/proxy-management.md @@ -19,7 +19,7 @@ In Dokku 0.5.0, port proxying was decoupled from the `nginx-vhosts` plugin into From Dokku versions `0.5.0` until `0.11.0`, enabling or disabling an application's proxy would **also** control whether or not the application was bound to all interfaces - e.g. `0.0.0.0`. As of `0.11.0`, this is now controlled by the network plugin. Please see the [network documentation](/docs/networking/network.md#container-network-interface-binding) for more information. -### Displaying proxy reports about an app +### Displaying proxy reports for an app > New as of 0.8.1