github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/network.md (about)

     1  # network
     2  
     3  <!---MARKER_GEN_START-->
     4  Manage networks
     5  
     6  ### Subcommands
     7  
     8  | Name                                  | Description                                          |
     9  |:--------------------------------------|:-----------------------------------------------------|
    10  | [`connect`](network_connect.md)       | Connect a container to a network                     |
    11  | [`create`](network_create.md)         | Create a network                                     |
    12  | [`disconnect`](network_disconnect.md) | Disconnect a container from a network                |
    13  | [`inspect`](network_inspect.md)       | Display detailed information on one or more networks |
    14  | [`ls`](network_ls.md)                 | List networks                                        |
    15  | [`prune`](network_prune.md)           | Remove all unused networks                           |
    16  | [`rm`](network_rm.md)                 | Remove one or more networks                          |
    17  
    18  
    19  
    20  <!---MARKER_GEN_END-->
    21  
    22  ## Description
    23  
    24  Manage networks. You can use subcommands to create, inspect, list, remove,
    25  prune, connect, and disconnect networks.