mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
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: d5364c71140208e1b861625e6394a5623e878e34 Component: engine
784 B
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