github.com/netbrain/docker@v1.9.0-rc2/docs/reference/commandline/network_rm.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "network rm"
     4  description = "the network rm command description and usage"
     5  keywords = ["network, rm"]
     6  [menu.main]
     7  parent = "smn_cli"
     8  +++
     9  <![end-metadata]-->
    10  
    11  # network rm
    12  
    13      Usage:  docker network rm [OPTIONS] NETWORK
    14  
    15      Deletes a network
    16  
    17        --help=false       Print usage
    18  
    19  Removes a network. You cannot remove a network that is in use by 1 or more containers.
    20  
    21  ```
    22    $ docker network rm my-network
    23  ```