I made a docker image for this #55
GaryLee1101
started this conversation in
General
Replies: 1 comment
-
Sounds great, thanks! I will keep this issue open in case others are interested. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an exciting job, but it's not so easy to install it. So I made a docker image for it, already uploaded to docker hub. I made it based on a Python image, so the os is Debian.
You can get it by:
docker pull lijiali1101/femu
Besides, you should give the device folder permission to it, you may run it by this command:
docker run --privileged -it -v /dev:/dev lijiali1101/femu /bin/bash
The code is stored in /home/Code/femu, and I have modified the shell file, remove the "sudo" in each script. So you can exec "./run-blackbox.sh" and the other two programs directly.
I use the qcow2 file provided by the author, so the user/password both are "femu".
I have tested it several times, it worked fine. Hope the installation will no longer trouble ^_^
Beta Was this translation helpful? Give feedback.
All reactions