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

Run podman with sudo on devel alias #301

Closed
wants to merge 1 commit into from
Closed

Run podman with sudo on devel alias #301

wants to merge 1 commit into from

Conversation

fao89
Copy link
Member

@fao89 fao89 commented May 22, 2020

https://pulp.plan.io/issues/6770
closes #6770

You need to either run as root or add subuid/subgid mappings.

Basically, you’re trying to run a container rootless but you didn’t create any subuids/subgids for user mapping inside the container.

You can try following this but replace dockremap with your username and make sure you use a non overlapping uid/gid range.

https://www.reddit.com/r/podman/comments/f2z97h/cant_get_the_quickstart_command_to_complete/fhmb421/

I saw it:
https://www.redhat.com/sysadmin/rootless-podman-makes-sense
but I don't know how to apply it on our case

@pulpbot
Copy link
Member

pulpbot commented May 22, 2020

Attached issue: https://pulp.plan.io/issues/6770

@fao89 fao89 closed this Jun 3, 2020
@fao89 fao89 deleted the 6770 branch June 3, 2020 17:07
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.

None yet

2 participants