diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index 9cc6e06198..47d1bbf6c8 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -560,7 +560,8 @@ device or audio device can be added to an otherwise unprivileged container By default, the container will be able to `read`, `write` and `mknod` these devices. This can be overridden using a third `:rwm` set of options to each `--device` -flag: +flag. If the container is running in privileged mode, then the permissions specified +will be ignored. ```bash $ docker run --device=/dev/sda:/dev/xvdc --rm -it ubuntu fdisk /dev/xvdc