mirror of
https://github.com/docker/cli.git
synced 2025-08-07 00:42:41 +03:00
make cmd short short consistency and change docs
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
@@ -12,7 +12,7 @@ parent = "smn_cli"
|
||||
|
||||
Usage: docker network connect [OPTIONS] NETWORK CONTAINER
|
||||
|
||||
Connects a container to a network
|
||||
Connect a container to a network
|
||||
|
||||
--alias=[] Add network-scoped alias for the container
|
||||
--help Print usage
|
||||
|
@@ -13,7 +13,7 @@ parent = "smn_cli"
|
||||
|
||||
Usage: docker node inspect [OPTIONS] self|NODE [NODE...]
|
||||
|
||||
Return low-level information on a volume
|
||||
Display detailed information on one or more nodes
|
||||
|
||||
-f, --format= Format the output using the given go template.
|
||||
--help Print usage
|
||||
|
@@ -14,7 +14,7 @@ parent = "smn_cli"
|
||||
```Markdown
|
||||
Usage: docker service inspect [OPTIONS] SERVICE [SERVICE...]
|
||||
|
||||
Inspect a service
|
||||
Display detailed information on one or more services
|
||||
|
||||
Options:
|
||||
-f, --format string Format the output using the given go template
|
||||
|
@@ -12,7 +12,7 @@ parent = "smn_cli"
|
||||
|
||||
Usage: docker volume inspect [OPTIONS] VOLUME [VOLUME...]
|
||||
|
||||
Return low-level information on a volume
|
||||
Display detailed information on one or more volumes
|
||||
|
||||
-f, --format= Format the output using the given go template.
|
||||
--help Print usage
|
||||
|
Reference in New Issue
Block a user