Hi,
Thanks to a few Reddit threads, I got rootless Podman to work inside an LXC container. However, my intention was to use distrobox/toolbox, and it doesn't work.
I've documented everything in detail here:
https://github.com/alexpdp7/alexpdp7/issues/10
; the gist is that these tools create containers with
Any idea on how to make it work?
Cheers,
Álex
Thanks to a few Reddit threads, I got rootless Podman to work inside an LXC container. However, my intention was to use distrobox/toolbox, and it doesn't work.
I've documented everything in detail here:
https://github.com/alexpdp7/alexpdp7/issues/10
; the gist is that these tools create containers with
--userns keep-id --volume /dev:/dev:rslave
, and then use podman exec -t
to connect to the container, and this combination does not work.Any idea on how to make it work?
Cheers,
Álex
Last edited: