mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-01 11:15:59 +00:00
More doc updates will follow Signed-off-by: Madhu Venugopal <madhu@docker.com>
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