Merge pull request #32382 from mstanleyjones/master
Edits to CLI reference Upstream-commit: 7b5c179ef4053e0d6a82eee319bd8220fe570879 Component: engine
This commit is contained in:
@ -37,8 +37,8 @@ Run 'docker network COMMAND --help' for more information on a command.
|
||||
|
||||
## Description
|
||||
|
||||
Manage networks. You can use subcommand to create, list, inspect, remove,
|
||||
connect and disconnect networks.
|
||||
Manage networks. You can use subcommands to create, inspect, list, remove,
|
||||
prune, connect, and disconnect networks.
|
||||
|
||||
## Related commands
|
||||
|
||||
@ -47,3 +47,5 @@ connect and disconnect networks.
|
||||
* [network list](network_list.md)
|
||||
* [network rm](network_rm.md)
|
||||
* [network prune](network_prune.md)
|
||||
* [network connect](network_connect.md)
|
||||
* [network disconnect](network_disconnect.md)
|
||||
|
||||
@ -34,4 +34,4 @@ Run 'docker system COMMAND --help' for more information on a command.
|
||||
|
||||
## Description
|
||||
|
||||
Manage docker.
|
||||
Manage Docker.
|
||||
|
||||
@ -35,8 +35,8 @@ Run 'docker volume COMMAND --help' for more information on a command.
|
||||
|
||||
## Description
|
||||
|
||||
Manage volumes. You can use subcommand to create, list, inspect, remove
|
||||
volumes.
|
||||
Manage volumes. You can use subcommands to create, inspect, list, remove, or
|
||||
prune volumes.
|
||||
|
||||
## Related commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user