Merge pull request #4537 from thaJeztah/24.0_backort_docs_fixes

[24.0 backport] docs/reference: run.md: remove stray whitespace and update cli-docs-tool to v0.6.0
This commit is contained in:
Sebastiaan van Stijn 2023-08-29 11:44:13 +02:00 committed by GitHub
commit 2fcff17544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 10 deletions

View File

@ -6,9 +6,8 @@ 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 |

View File

@ -2,7 +2,7 @@
set -eu
: "${CLI_DOCS_TOOL_VERSION=v0.5.1}"
: "${CLI_DOCS_TOOL_VERSION=v0.6.0}"
export GO111MODULE=auto