mirror of https://github.com/docker/cli.git
Merge pull request #4531 from thaJeztah/update_docs_tool
update cli-docs-tool to v0.6.0
This commit is contained in:
commit
f1066d80e1
|
@ -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 |
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -eu
|
||||
|
||||
: "${CLI_DOCS_TOOL_VERSION=v0.5.1}"
|
||||
: "${CLI_DOCS_TOOL_VERSION=v0.6.0}"
|
||||
|
||||
export GO111MODULE=auto
|
||||
|
||||
|
|
Loading…
Reference in New Issue