On 2/3/23 15:38, Hendrik Haddorp wrote:
Hi,
I want to create a custom toolbox
(
https://github.com/containers/toolbox) image and use rootless buildah
inside the container created by toolbox on Fedora. Are there any
instructions on that? Or maybe an example?
thanks,
Hendrik
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
It should just work as long as you have /etc/subuid and /etc/subgid
defined in the toolbox and have enough UIDs and GIDs available.
It never hurts to look at
https://github.com/containers/buildah/blob/main/contrib/buildahimage/Cont...
To see how we configure Buildah to run within a container.