1
0
mirror of https://github.com/docker/cli.git synced 2025-08-20 05:41:29 +03:00
Files
cli/docs/reference/commandline/network.md
Misty Stanley-Jones 95c05a53c6 Edits to CLI reference
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2017-06-02 00:11:01 +00:00

1.4 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 subcommands to create, inspect, list, remove, prune, connect, and disconnect networks.