mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
6f9872180c
commit
a4d4243b91
1 changed files with 1 additions and 1 deletions
|
@ -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
|
> in your infrastructure that is not managed by docker. Such overlaps can cause
|
||||||
> connectivity issues or failures when containers are connected to that network.
|
> 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
|
```bash
|
||||||
$ docker network create -d overlay
|
$ docker network create -d overlay
|
||||||
|
|
Loading…
Reference in a new issue