mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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