Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify code by taking advantage of 'podman create --userns=keep-id' #253

Merged
merged 1 commit into from
Sep 4, 2019

Conversation

debarshiray
Copy link
Member

This lets podman do the calculations for mapping the host UID into the
user namespace within the container. See cfcf4eb for original
context.

The '--userns=keep-id' option was introduced in Podman 1.4.0, which is
old enough to be in even RHEL 7.

https://github.com/debarshiray/toolbox/issues/244

This lets podman do the calculations for mapping the host UID into the
user namespace within the container. See cfcf4eb for original
context.

The '--userns=keep-id' option was introduced in Podman 1.4.0, which is
old enough to be in even RHEL 7.

https://github.com/debarshiray/toolbox/issues/244
@debarshiray
Copy link
Member Author

Tweaks the commit message of #252 to mention the Podman version information.

@debarshiray debarshiray merged commit f152426 into master Sep 4, 2019
@debarshiray debarshiray deleted the wip/rishi/userns-keep-id branch September 4, 2019 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants