diff options
| author | kamjar gerami <kami.gerami@gmail.com> | 2016-03-28 16:58:42 +0200 |
|---|---|---|
| committer | Tibor Vass <tibor@docker.com> | 2016-03-31 18:35:02 -0400 |
| commit | c4fa814ecd0671d2ea3bbe0c963eb9dfd3876c2a (patch) | |
| tree | c846697e78120ab655c44908c63a388731ae5f68 /docs/userguide | |
| parent | e9279d57f7a7e34b189278c5fc5b93fcf21ec26a (diff) | |
| download | docker-c4fa814ecd0671d2ea3bbe0c963eb9dfd3876c2a.tar.gz | |
fixes-#21581-no--subnetwork-option-as-specified-in-docs-for-work-with-networks.md: fixed typo in docs
Signed-off-by: kamjar gerami <kami.gerami@gmail.com>
(cherry picked from commit a4d4243b9105d03b1e519729e8e8fd4b16084760)
Diffstat (limited to 'docs/userguide')
| -rw-r--r-- | docs/userguide/networking/work-with-networks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/networking/work-with-networks.md b/docs/userguide/networking/work-with-networks.md index 1a8586d941..6cd669484c 100644 --- a/docs/userguide/networking/work-with-networks.md +++ b/docs/userguide/networking/work-with-networks.md @@ -87,7 +87,7 @@ specify a single subnet. An `overlay` network supports multiple subnets. > in your infrastructure that is not managed by docker. Such overlaps can cause > connectivity issues or failures when containers are connected to that network. -In addition to the `--subnetwork` option, you also specify the `--gateway` `--ip-range` and `--aux-address` options. +In addition to the `--subnet` option, you also specify the `--gateway` `--ip-range` and `--aux-address` options. ```bash $ docker network create -d overlay |
