mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
More doc updates will follow Signed-off-by: Madhu Venugopal <madhu@docker.com> Upstream-commit: dd28ded711417c72d2e228d1ace129ac5fd05f19 Component: engine
438 B
438 B
network rm
Usage: docker network rm [OPTIONS] NETWORK
Deletes a network
--help=false Print usage
Removes a network. You cannot remove a network that is in use by 1 or more containers.
$ docker network rm my-network