diff options
author | Matthew Cengia <mattcen+github@mattcen.com> | 2021-01-26 22:28:44 +1100 |
---|---|---|
committer | Matthew Cengia <mattcen@mattcen.com> | 2021-02-03 21:22:30 +1100 |
commit | 3d105015f6b56be7f588944c29007603ffe45f62 (patch) | |
tree | ce9092748223869a5e55459e7256a043bf288436 /docs/tutorials | |
parent | e5e447debc0e011913e4389041e1561a5119a7eb (diff) | |
download | podman-3d105015f6b56be7f588944c29007603ffe45f62.tar.gz podman-3d105015f6b56be7f588944c29007603ffe45f62.tar.bz2 podman-3d105015f6b56be7f588944c29007603ffe45f62.zip |
typo
Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
Diffstat (limited to 'docs/tutorials')
-rw-r--r-- | docs/tutorials/rootless_tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/rootless_tutorial.md b/docs/tutorials/rootless_tutorial.md index cb73fc519..ea5990833 100644 --- a/docs/tutorials/rootless_tutorial.md +++ b/docs/tutorials/rootless_tutorial.md @@ -184,7 +184,7 @@ total 0 We do recognize that this doesn't really match how many people intend to use rootless Podman - they want their UID inside and outside the container to match. Thus, we provide the `--userns=keep-id` flag, which ensures that your user is mapped to its own UID and GID inside the container. -It is also helpful to distinguish between running Podman as a rootless user, and a container which is built to run rootless. If the container you're trying you run has a `USER` which is not root, then when mounting volumes you **must** use `--userns=keep-id`. This is because the container user would not be able to become `root` and access the mounted volumes. +It is also helpful to distinguish between running Podman as a rootless user, and a container which is built to run rootless. If the container you're trying to run has a `USER` which is not root, then when mounting volumes you **must** use `--userns=keep-id`. This is because the container user would not be able to become `root` and access the mounted volumes. Other considerations in regards to volumes: |