diff options
author | Stefan Becker <chemobejk@gmail.com> | 2020-02-23 14:38:34 +0200 |
---|---|---|
committer | Stefan Becker <chemobejk@gmail.com> | 2020-02-23 14:38:34 +0200 |
commit | 111af1ba4a0069e930c9f88ffa63b855e7383c1d (patch) | |
tree | 363cb13c189f54f6921a21c1a70b0a76ad005faf /docs/source/markdown/podman-run.1.md | |
parent | 3e7be5cf2788a27dfcb8b6d4dd867efcc4cac22a (diff) | |
download | podman-111af1ba4a0069e930c9f88ffa63b855e7383c1d.tar.gz podman-111af1ba4a0069e930c9f88ffa63b855e7383c1d.tar.bz2 podman-111af1ba4a0069e930c9f88ffa63b855e7383c1d.zip |
docs: symlink to host device is resolved
Also apply changes from commit 3fd9f0c028f9dab7c8923629d4dc5d38e594db1a
to the other two commands that have the --device option.
Documents #4550
Signed-off-by: Stefan Becker <chemobejk@gmail.com>
Diffstat (limited to 'docs/source/markdown/podman-run.1.md')
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index f391307b3..d33b35f48 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -218,6 +218,9 @@ can be used to specify device permissions, it is combination of Example: **--device=/dev/sdc:/dev/xvdc:rwm**. +Note: if _host_device_ is a symbolic link then it will be resolved first. +The container will only store the major and minor numbers of the host device. + Note: if the user only has access rights via a group, accessing the device from inside a rootless container will fail. The **crun**(1) runtime offers a workaround for this by adding the option **--annotation run.oci.keep_original_groups=1**. |