mirror of https://github.com/docker/cli.git
update cli-docs-tool to v0.6.0
release notes: https://github.com/docker/cli-docs-tool/releases/tag/v0.6.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
39296a9b19
commit
17f4c8259b
|
@ -5,13 +5,12 @@ Manage Docker
|
||||||
|
|
||||||
### Subcommands
|
### Subcommands
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
|:-------------------------------------|:---------------------------------------------------------------------------------|
|
|:-----------------------------|:-------------------------------------|
|
||||||
| [`df`](system_df.md) | Show docker disk usage |
|
| [`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 |
|
||||||
| [`events`](system_events.md) | Get real time events from the server |
|
| [`info`](system_info.md) | Display system-wide information |
|
||||||
| [`info`](system_info.md) | Display system-wide information |
|
| [`prune`](system_prune.md) | Remove unused data |
|
||||||
| [`prune`](system_prune.md) | Remove unused data |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
: "${CLI_DOCS_TOOL_VERSION=v0.5.1}"
|
: "${CLI_DOCS_TOOL_VERSION=v0.6.0}"
|
||||||
|
|
||||||
export GO111MODULE=auto
|
export GO111MODULE=auto
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue