You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use distrobox on an openSUSE tumbleweed WSL install but am hitting errors with podman 5.3.1.
podman was install using zypper (zypper in podman).
The issue I am hitting is when running a container with --userns keep-id (which distrobox does) I get the error: Error: crun: writing file `/proc/49175/gid_map`: Operation not permitted: OCI permission denied.
I have tried on an older version of tumbleweed on WSL (same machine - so e.g. kernel version is the same) with podman version 5.1.2 and the issue is not present.
Steps to reproduce the issue
Steps to reproduce the issue
In WSL run as a non root user: podman run -it --rm --userns keep-id alpine
Issue Description
I'm trying to use distrobox on an openSUSE tumbleweed WSL install but am hitting errors with podman 5.3.1.
podman was install using zypper (
zypper in podman
).The issue I am hitting is when running a container with
--userns keep-id
(which distrobox does) I get the error:Error: crun: writing file `/proc/49175/gid_map`: Operation not permitted: OCI permission denied
.I have tried on an older version of tumbleweed on WSL (same machine - so e.g. kernel version is the same) with podman version 5.1.2 and the issue is not present.
Steps to reproduce the issue
Steps to reproduce the issue
podman run -it --rm --userns keep-id alpine
Describe the results you received
Error: crun: writing file `/proc/49175/gid_map`: Operation not permitted: OCI permission denied
.Describe the results you expected
The container starts and a shell prompt is presented.
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
WSL 2.
Additional information
No response
The text was updated successfully, but these errors were encountered: