Skip to content

Commit 65585fd

Browse files
authored
Fix argument name to docker network create (#21966)
<!--Delete sections as needed --> ## Description ``` $ docker network create --help | grep opt --ipam-opt map Set IPAM driver specific options (default map[]) -o, --opt map Set driver specific options (default map[]) ``` So the documentation should be changed from using --option to --opt.
1 parent 6c679a6 commit 65585fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/manuals/engine/network/drivers/bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ flag.
103103
## Options
104104

105105
The following table describes the driver-specific options that you can pass to
106-
`--option` when creating a custom network using the `bridge` driver.
106+
`--opt` when creating a custom network using the `bridge` driver.
107107

108108
| Option | Default | Description |
109109
|-------------------------------------------------------------------------------------------------|-----------------------------|------------------------------------------------------------------------------------------------|

content/manuals/engine/network/drivers/ipvlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ is no need for port mappings in these scenarios.
3232
## Options
3333

3434
The following table describes the driver-specific options that you can pass to
35-
`--option` when creating a network using the `ipvlan` driver.
35+
`--opt` when creating a network using the `ipvlan` driver.
3636

3737
| Option | Default | Description |
3838
| ------------- | -------- | --------------------------------------------------------------------- |

content/manuals/engine/network/drivers/macvlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Keep the following things in mind:
3535
## Options
3636

3737
The following table describes the driver-specific options that you can pass to
38-
`--option` when creating a network using the `macvlan` driver.
38+
`--opt` when creating a network using the `macvlan` driver.
3939

4040
| Option | Default | Description |
4141
| -------------- | -------- | ----------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)