Alexandre Vicenzi changed bug 1231231
What Removed Added
Flags   needinfo?(dfaggioli@suse.com)
CC   dfaggioli@suse.com

Comment # 2 on bug 1231231 from Alexandre Vicenzi
Launching the container with root privileges allows Podman to work in rootless
mode inside a container.

Is the following command a valid solution or workaround for you?

distrobox create \
  --root \
  --image registry.opensuse.org/opensuse/distrobox:latest \
  --additional-packages "podman crun" \
  --unshare-all

I tested this on a Fedora and Tumbleweed host, with Fedora and openSUSE
container and I'm able to reproduce the issue every time.

To me, this indicates a problem with the upstream documentation or scripts used
by distrobox and not Podman or our container images.

Dario, are you able to help?


You are receiving this mail because: