Tech-Byte-Tips / RPi-PXE

Turn any Raspberry Pi into a PXE Server!
33 stars 6 forks source link

rework it to a docker image? #5

Open gurkburk76 opened 1 month ago

gurkburk76 commented 1 month ago

Hello, so if i'm reading it right you seem to need a rasp in order to run this? Well i only have one and would like to boot it via PXE so i was thinking that a docker container with all this nice stuff in it would be sweet, possible to create that? :)

PREngineer commented 1 month ago

Hi @gurkburk76, yes, this is meant to be run with a Pi.

I have had other people requesting to put this in a docker container. I've been thinking about it but I am also in the process of upgrading the application to allow for the use of iSCSI as a back end also. Too much on my table right now.

You could, in theory, use this with any other Debian OS or Ubuntu as they are very similar distributions.

I'll take a look into converting this to a container. It will be tricky though as this container will have to run multiple services and that's not the way containers are supposed to work.

If I am able to, I will update the README with the details on how to get it and use it.

gurkburk76 commented 1 month ago

I'll try lxc container and bookwork debian and take it from there, might be easier than a docker dontainer from what i'm reading :)