diff --git a/docs/reference/commandline/system.md b/docs/reference/commandline/system.md index 2e27b7a3dc..f0e55f7af4 100644 --- a/docs/reference/commandline/system.md +++ b/docs/reference/commandline/system.md @@ -5,13 +5,12 @@ Manage Docker ### Subcommands -| Name | Description | -|:-------------------------------------|:---------------------------------------------------------------------------------| -| [`df`](system_df.md) | Show docker disk usage | -| [`dial-stdio`](system_dial-stdio.md) | Proxy the stdio stream to the daemon connection. Should not be invoked manually. | -| [`events`](system_events.md) | Get real time events from the server | -| [`info`](system_info.md) | Display system-wide information | -| [`prune`](system_prune.md) | Remove unused data | +| Name | Description | +|:-----------------------------|:-------------------------------------| +| [`df`](system_df.md) | Show docker disk usage | +| [`events`](system_events.md) | Get real time events from the server | +| [`info`](system_info.md) | Display system-wide information | +| [`prune`](system_prune.md) | Remove unused data | diff --git a/docs/reference/run.md b/docs/reference/run.md index e9a671c279..5737bb3dc5 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -672,7 +672,7 @@ the container exits**, you can add the `--rm` flag: > ```console > $ docker run --rm -v /foo -v awesome:/bar busybox top > ``` -> +> > the volume for `/foo` will be removed, but the volume for `/bar` will not. > Volumes inherited via `--volumes-from` will be removed with the same logic: if > the original volume was specified with a name it will **not** be removed. @@ -1418,7 +1418,7 @@ container's logging driver. The following options are supported: | `fluentd` | Fluentd logging driver for Docker. Writes log messages to `fluentd` (forward input). | | `awslogs` | Amazon CloudWatch Logs logging driver for Docker. Writes log messages to Amazon CloudWatch Logs. | | `splunk` | Splunk logging driver for Docker. Writes log messages to `splunk` using Event Http Collector. | -| `etwlogs` | Event Tracing for Windows (ETW) events. Writes log messages as Event Tracing for Windows (ETW) events. Only Windows platforms. | +| `etwlogs` | Event Tracing for Windows (ETW) events. Writes log messages as Event Tracing for Windows (ETW) events. Only Windows platforms. | | `gcplogs` | Google Cloud Platform (GCP) Logging. Writes log messages to Google Cloud Platform (GCP) Logging. | | `logentries` | Rapid7 Logentries. Writes log messages to Rapid7 Logentries. | diff --git a/scripts/docs/generate-md.sh b/scripts/docs/generate-md.sh index a947bb9696..7b49c39341 100755 --- a/scripts/docs/generate-md.sh +++ b/scripts/docs/generate-md.sh @@ -2,7 +2,7 @@ set -eu -: "${CLI_DOCS_TOOL_VERSION=v0.5.1}" +: "${CLI_DOCS_TOOL_VERSION=v0.6.0}" export GO111MODULE=auto