2017-03-27 11:10:58 +02:00
|
|
|
# network
|
|
|
|
|
2023-01-06 19:04:05 +01:00
|
|
|
<!---MARKER_GEN_START-->
|
2017-03-27 11:10:58 +02:00
|
|
|
Manage networks
|
|
|
|
|
2023-01-06 19:04:05 +01: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 11:10:58 +02:00
|
|
|
|
|
|
|
|
2023-01-06 19:04:05 +01:00
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
2017-03-27 11:10:58 +02:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2017-04-05 09:24:53 -07:00
|
|
|
Manage networks. You can use subcommands to create, inspect, list, remove,
|
|
|
|
prune, connect, and disconnect networks.
|