We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've been using this hack on my raspbian image and ran into a minor issue. https://github.com/tsuckow/rpi-raspbian-qemu
RUN sudo -u warrior /bin/sh -c 'git clone -b docker https://github.com/ArchiveTeam/warrior-code2.git' qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault (core dumped)
I think it isn't liking getting executed as another user. Does the emulation need root?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've been using this hack on my raspbian image and ran into a minor issue.
https://github.com/tsuckow/rpi-raspbian-qemu
RUN sudo -u warrior /bin/sh -c 'git clone -b docker https://github.com/ArchiveTeam/warrior-code2.git'
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault (core dumped)
I think it isn't liking getting executed as another user. Does the emulation need root?
The text was updated successfully, but these errors were encountered: