Skip to content

remove need for binfmt_misc registration? #152

Open
@virtuald

Description

@virtuald

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions