docker network
Estimated reading time: 1 minuteEdge only: This is the CLI reference for Docker CE Edge versions. Some of these options may not be available to Docker CE stable or Docker EE. You can view the stable version of this CLI reference or learn about Docker CE Edge.
Description
Manage networks
Usage
docker network COMMAND
Child commands
Command | Description |
docker network connect | Connect a container to a network |
docker network create | Create a network |
docker network disconnect | Disconnect a container from a network |
docker network inspect | Display detailed information on one or more networks |
docker network ls | List networks |
docker network prune | Remove all unused networks |
docker network rm | Remove one or more networks |
Parent command
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
Extended description
Manage networks. You can use subcommands to create, inspect, list, remove, prune, connect, and disconnect networks.