Files
docker-docs/content/manuals/engine/network
Petteri Räty 65585fdd6c 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.
2025-02-05 11:01:18 +00:00
..
2025-01-31 14:10:10 -08:00
2024-11-08 10:31:58 -08:00