2017-03-27 05:10:58 -04:00
|
|
|
# network
|
|
|
|
|
2023-01-06 13:04:05 -05:00
|
|
|
<!---MARKER_GEN_START-->
|
2017-03-27 05:10:58 -04:00
|
|
|
Manage networks
|
|
|
|
|
2023-01-06 13:04:05 -05:00
|
|
|
### Subcommands
|
|
|
|
|
|
|
|
| Name | Description |
|
|
|
|
|:--------------------------------------|:-----------------------------------------------------|
|
|
|
|
| [`connect`](network_connect.md) | Connect a container to a network |
|
|
|
|
| [`create`](network_create.md) | Create a network |
|
|
|
|
| [`disconnect`](network_disconnect.md) | Disconnect a container from a network |
|
|
|
|
| [`inspect`](network_inspect.md) | Display detailed information on one or more networks |
|
|
|
|
| [`ls`](network_ls.md) | List networks |
|
|
|
|
| [`prune`](network_prune.md) | Remove all unused networks |
|
|
|
|
| [`rm`](network_rm.md) | Remove one or more networks |
|
2017-03-27 05:10:58 -04:00
|
|
|
|
|
|
|
|
2023-01-06 13:04:05 -05:00
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
2017-03-27 05:10:58 -04:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2017-04-05 12:24:53 -04:00
|
|
|
Manage networks. You can use subcommands to create, inspect, list, remove,
|
|
|
|
prune, connect, and disconnect networks.
|