diff options
author | Stefan Weil <sw@weilnetz.de> | 2021-10-24 22:23:13 +0200 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2021-10-24 22:27:39 +0200 |
commit | 22270fb84534fefa494ad3751ea42753dfc8f675 (patch) | |
tree | 40a6fe60d2eeb6945c905fbf39450ebaab089fc3 /docs/source/markdown/podman.1.md | |
parent | 54c630aa0a4dbbddb04ac07b223687aeaa6daefd (diff) | |
download | podman-22270fb84534fefa494ad3751ea42753dfc8f675.tar.gz podman-22270fb84534fefa494ad3751ea42753dfc8f675.tar.bz2 podman-22270fb84534fefa494ad3751ea42753dfc8f675.zip |
Replace 'an user' => 'a user'
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'docs/source/markdown/podman.1.md')
-rw-r--r-- | docs/source/markdown/podman.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index beb6e26d8..573ff20e7 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -370,7 +370,7 @@ Podman can also be used as non-root user. When podman runs in rootless mode, a u Containers created by a non-root user are not visible to other users and are not seen or managed by Podman running as root. -It is required to have multiple uids/gids set for an user. Be sure the user is present in the files `/etc/subuid` and `/etc/subgid`. +It is required to have multiple uids/gids set for a user. Be sure the user is present in the files `/etc/subuid` and `/etc/subgid`. If you have a recent version of usermod, you can execute the following commands to add the ranges to the files |