Skip to content

Commit 1e1da2a

Browse files
committed
Merge pull request moby#21582 from kamigerami/fixes-21581-no--subnetwork-option-as-specified-in-docs-for-work-with-networks.md
fixes-moby#21581-no--subnetwork-option-as-specified-in-docs
2 parents 553edd1 + a4d4243 commit 1e1da2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/networking/work-with-networks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ specify a single subnet. An `overlay` network supports multiple subnets.
8787
> in your infrastructure that is not managed by docker. Such overlaps can cause
8888
> connectivity issues or failures when containers are connected to that network.
8989
90-
In addition to the `--subnetwork` option, you also specify the `--gateway` `--ip-range` and `--aux-address` options.
90+
In addition to the `--subnet` option, you also specify the `--gateway` `--ip-range` and `--aux-address` options.
9191

9292
```bash
9393
$ docker network create -d overlay

0 commit comments

Comments
 (0)