reg/vendor/github.com/docker/cli/docs/reference/commandline/network.md
Jess Frazelle 3834c605e5
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-06 10:32:47 -05:00

1.4 KiB

title description keywords
network The network command description and usage network

network

Usage:  docker network COMMAND

Manage networks

Options:
      --help   Print usage

Commands:
  connect     Connect a container to a network
  create      Create a network
  disconnect  Disconnect a container from a network
  inspect     Display detailed information on one or more networks
  ls          List networks
  prune       Remove all unused networks
  rm          Remove one or more networks

Run 'docker network COMMAND --help' for more information on a command.

Description

Manage networks. You can use subcommands to create, inspect, list, remove, prune, connect, and disconnect networks.