mirror of
https://github.com/docker/cli.git
synced 2025-08-01 04:26:55 +03:00
docs/man: fix -name flag with single hyphen
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -681,7 +681,7 @@ any number of minor numbers (added as new devices appear), add the
|
||||
following rule:
|
||||
|
||||
```console
|
||||
$ docker run -d --device-cgroup-rule='c 42:* rmw' -name my-container my-image
|
||||
$ docker run -d --device-cgroup-rule='c 42:* rmw' --name my-container my-image
|
||||
```
|
||||
|
||||
Then, a user could ask `udev` to execute a script that would `docker exec my-container mknod newDevX c 42 <minor>`
|
||||
|
Reference in New Issue
Block a user