-
Notifications
You must be signed in to change notification settings - Fork 96
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
🐛 auroraboot 'docker --net host' is not supported on docker Desktop (mac, windows) #964
Comments
It looks like this won't work on mac or windows, so the documentation should provide this hint.
This somehow got further:
which is exactly danderson/netboot#132 The above bug is nearly 2 years old, so chances are very low to be fixed |
Thanks for the detective work @Ognian ! I didn't tried to expose the port directly - I will come back at you when testing locally. Re boot, did you tried booting RPIs? this is working only x86 as for now |
@mudler the second try was trying to net boot a x86 machine (Latte Panda 3) which should be possible. Auroraboot was running on a rpi with raspbian and docker which worked surprisingly good (I had to other linux machine what was needed for |
so did it worked in that case? Can we scope this card to only mac and windows? |
@mudler the second try did not work due to danderson/netboot#132 first: auroraboot doesn't work with mac and windows since they are missing --net host -> this can be solved by simply documenting it second: danderson/netboot#132 is a bug in netboot, I have no idea how to solve this and unfortunately this bug exists since nearly 2 years... |
@Itxaka yes of course. But I couldn't find the osx binary under the auroraboot releases... |
@Ognian sorry! I merged the PR to provide binaries but forgot to cut a release. v0.2.3 is now available with binaries https://github.com/kairos-io/AuroraBoot/releases |
@Itxaka after running docker without starting auroraboot my directory structure looks: how shall I start ./AuroraBoot ? (wich parameters and command)? |
@Itxaka OK, I managed to start auroraboot under MacOS. As stated in the Documentation we need
output is in Output of auroraboot is OK, with the last lines:
but actually it does not work. Any Ideas? |
Umm. Its good that it "works", but no idea why it would not provide the proper responses. @mudler any ideas here? tcpdump? custom auroraboot with extra debug maybe? |
I tried auroraboot on my mac so that I can boot a bare metal x64 machine.
using
--net host
as in the examples, doesn't work on docker desktop (mac) see https://docs.docker.com/network/host/so I tried with the -p option like below:
after this the http server on 8080 is accessible, but network boot doesn't seem to work...
Any idea if there are any other ports needed? Is it even supposed to work with docker desktop?
At least the documentation shall be changed, that this works only with docker on linux...
Thanks
Ognian
The text was updated successfully, but these errors were encountered: