Files
docker-cli/components/cli/docs/reference/commandline/network_rm.md
Mary Anthony b0b9294f03 Updating network commands: adding man pages
Adding Related information blocks
Final first draft pass: ready for review
Review comments
Entering comments from the gang
Updating connect to include paused

Signed-off-by: Mary Anthony <mary@docker.com>
Upstream-commit: 4985b20ea1
Component: cli
2017-06-02 00:07:15 +00:00

784 B

network rm

Usage:  docker network rm [OPTIONS] NAME | ID

Deletes a network

  --help=false       Print usage

Removes a network by name or identifier. To remove a network, you must first disconnect any containers connected to it.

  $ docker network rm my-network