Files
docker-cli/components/engine/docs/reference/commandline/network.md
Vincent Demeester 899dc9491e Add cli reference docs for root-level commands
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: 9cea26bc7797789e4be2309153bd49c234544d2d
Component: engine
2017-03-27 11:10:58 +02:00

1.3 KiB

title, description, keywords
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 subcommand to create, list, inspect, remove, connect and disconnect networks.