docker-network-rm (1) Linux Manual Page
NAME docker-network-rm – Remove one or more networks SYNOPSIS docker network rm NETWORK [NETWORK…] DESCRIPTION Removes one or more networks by name or identifier. To remove a network, you must first disconnect any containers connected to it. To remove the network named ‘my-network’: $ docker network rm my-network To delete multiple networks in a single…
