Skip to content

Commit

Permalink
Merge pull request #7095 from Melykuti/master
Browse files Browse the repository at this point in the history
Corrects typo in the name of the Linux package shadow-utils.
  • Loading branch information
openshift-merge-robot authored Jul 28, 2020
2 parents 2b7bc9b + 909f989 commit d463715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/rootless_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The number of user namespaces that are allowed on the system is specified in the

### /etc/subuid and /etc/subgid configuration

Rootless Podman requires the user running it to have a range of UIDs listed in /etc/subuid and /etc/subgid files. The `shadows-utils` or `newuid` package provides these files on different distributions and they must be installed on the system. These files will need someone with root privileges on the system to add or update the entries within them. The following is a summarization from the [How does rootless Podman work?](https://opensource.com/article/19/2/how-does-rootless-podman-work) article by Dan Walsh on [opensource.com](https://opensource.com)
Rootless Podman requires the user running it to have a range of UIDs listed in /etc/subuid and /etc/subgid files. The `shadow-utils` or `newuid` package provides these files on different distributions and they must be installed on the system. These files will need someone with root privileges on the system to add or update the entries within them. The following is a summarization from the [How does rootless Podman work?](https://opensource.com/article/19/2/how-does-rootless-podman-work) article by Dan Walsh on [opensource.com](https://opensource.com)

Update the /etc/subuid and /etc/subgid with fields for each user that will be allowed to create containers that look like the following. Note that the values for each user must be unique and without any overlap. If there is an overlap, there is a potential for a user to use another’s namespace and they could corrupt it.

Expand Down

0 comments on commit d463715

Please sign in to comment.