Jelajahi Sumber

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)
kamjar gerami 9 tahun lalu
induk
melakukan
c4fa814ecd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/userguide/networking/work-with-networks.md

+ 1 - 1
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
 > 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