mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-06 23:57:48 +00:00
Merge pull request #4630 from TomSweeneyRedHat/dev/tsweeney/rootlesstouchup
Quick grammar touchup in rootless.md
This commit is contained in:
commit
06e2a20b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,4 +43,4 @@ can easily fail
|
|||
* Issues with higher UIDs can cause builds to fail
|
||||
* If a build is attempting to use a UID that is not mapped into the user namespace mapping for a container, then builds will not be able to put the UID in an image.
|
||||
* Making device nodes within a container fails, even when running --privileged.
|
||||
* Kernel does not allow non root user processes (processes without CAP_MKNOD) to create device nodes. If container needs to create device nodes, it must be run as root.
|
||||
* The kernel does not allow non root user processes (processes without CAP_MKNOD) to create device nodes. If a container needs to create device nodes, it must be run as root.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue