mirror of https://github.com/docker/cli.git
Edits to CLI reference
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
parent
45f80dccb0
commit
95c05a53c6
|
@ -37,8 +37,8 @@ Run 'docker network COMMAND --help' for more information on a command.
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Manage networks. You can use subcommand to create, list, inspect, remove,
|
Manage networks. You can use subcommands to create, inspect, list, remove,
|
||||||
connect and disconnect networks.
|
prune, connect, and disconnect networks.
|
||||||
|
|
||||||
## Related commands
|
## Related commands
|
||||||
|
|
||||||
|
@ -47,3 +47,5 @@ connect and disconnect networks.
|
||||||
* [network list](network_list.md)
|
* [network list](network_list.md)
|
||||||
* [network rm](network_rm.md)
|
* [network rm](network_rm.md)
|
||||||
* [network prune](network_prune.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
|
## Description
|
||||||
|
|
||||||
Manage docker.
|
Manage Docker.
|
||||||
|
|
|
@ -35,8 +35,8 @@ Run 'docker volume COMMAND --help' for more information on a command.
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Manage volumes. You can use subcommand to create, list, inspect, remove
|
Manage volumes. You can use subcommands to create, inspect, list, remove, or
|
||||||
volumes.
|
prune volumes.
|
||||||
|
|
||||||
## Related commands
|
## Related commands
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue