Open
Description
Project seems neat, have you considered using proot to get rid of the binfmt-misc privileged registration? If you have a statically linked version of proot and qemu, then the following proot command line works inside a container:
/usr/bin/proot -R /rootfs -q qemu-arm-static /bin/bash
I'm not using your images (because I can't use --privileged
in my environment), but I came across them when I was looking for something similar. It seems to me that if you could get rid of the --privileged
requirement that would be awesome.
Metadata
Metadata
Assignees
Labels
No labels