mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
d790469681
Add contents and fix format problem for man pages. Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
28 lines
488 B
Markdown
28 lines
488 B
Markdown
% DOCKER(1) Docker User Manuals
|
|
% Docker Community
|
|
% OCT 2015
|
|
# NAME
|
|
docker-network-rm - remove a new network
|
|
|
|
# SYNOPSIS
|
|
**docker network rm**
|
|
[**--help**]
|
|
NETWORK
|
|
|
|
# DESCRIPTION
|
|
|
|
Removes a network by name or identifier. To remove a network, you must first disconnect any containers connected to it.
|
|
|
|
```
|
|
$ docker network rm my-network
|
|
```
|
|
|
|
# OPTIONS
|
|
**NETWORK**
|
|
Specify network name
|
|
|
|
**--help**
|
|
Print usage statement
|
|
|
|
# HISTORY
|
|
OCT 2015, created by Mary Anthony <mary@docker.com>
|