-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
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 get an error message when I try to run it #2
Comments
https://github.com/sickcodes/Docker-OSX/blob/master/README.md Try Try |
Same troubleshoot instructions as Docker-OSX, I will add to the readme for Docker-eyeOS |
Are you using Linux? If not, I might make a Dockerfile for Mac |
I'm using Linux |
Confirm you have QEMU https://github.com/sickcodes/Docker-OSX/blob/master/README.md#requirements-kvm-on-the-host And you can run hardware nested virtualization |
1.I have QEMU
|
You have these two images downloaded? sickcodes/Docker-OSX#43 (comment) sickcodes/Docker-OSX#7 (comment) |
And you have all of these? Which OS? # ARCH
sudo pacman -S qemu libvirt dnsmasq virt-manager bridge-utils flex bison iptables-nft edk2-ovmf
# UBUNTU DEBIAN
sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager
# CENTOS RHEL FEDORA
sudo yum install libvirt qemu-kvm -y
# then run
sudo systemctl enable libvirtd.service
sudo systemctl enable virtlogd.service
sudo modprobe kvm
# reboot |
Let us know when you got it working, or let me know OS so I can replicate. Will add to docs |
OS: Manjaro |
I also had this error, solved by running Btw, @sickcodes , what is the root password when ssh'ing into the container? Just got it running but can't figure out the password. :x |
alpine 😅 |
Hey @voideater how'd you go? 😁? Everything worked? |
@sickcodes indeed it does! Only played a bit around with it so far (as everyone else, too much other stuff going on at work, haha) - I'll see if I can find some good use for this once I get some more spare time. Definitely a lot of potential here at least! |
Thanks! Staying on the pulse 😁 Upstream work gets released here: https://twitter.com/alephsecurity https://twitter.com/jonathanafek https://twitter.com/levaronsky And of course if there are updates with new iOS versions, I'll post on mine: |
I have run these commands, but still can not run eyeOs container. The error is: Operating system: ubuntu 16.04 desktop, the $DISPLAY is :0 And the command is: |
The text was updated successfully, but these errors were encountered: