diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-12-03 10:36:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-03 10:36:10 -0800 |
commit | 06e2a20b3d76cc2d8a9a904846ddbc4fd9a212c3 (patch) | |
tree | 9791717463c7484f58c8afdea87f56cbc1dfdc98 | |
parent | 5c3af009c6027429d60f6e73bf3ade346ec3d410 (diff) | |
parent | 61e6a5bf390aa02f69c451980f74e1c4676e2ba9 (diff) | |
download | podman-06e2a20b3d76cc2d8a9a904846ddbc4fd9a212c3.tar.gz podman-06e2a20b3d76cc2d8a9a904846ddbc4fd9a212c3.tar.bz2 podman-06e2a20b3d76cc2d8a9a904846ddbc4fd9a212c3.zip |
Merge pull request #4630 from TomSweeneyRedHat/dev/tsweeney/rootlesstouchup
Quick grammar touchup in rootless.md
-rw-r--r-- | rootless.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootless.md b/rootless.md index 69de6db21..d8997a261 100644 --- a/rootless.md +++ b/rootless.md @@ -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. |