Simple FROM scrath image that contains /tftpboot/ipxe/unidonly.pxe iPXE bootloader in a volume.
Mount it into a tftp server of your choosing. If you use jumanjiman/tftp-hpa you can start it as follows.
docker run --name ipxe radiorabe/ipxe noop
docker run \
--name tftp_ipxe \
-d -p 69:69/udp \
--volumes-from ipxe \
jumanjiman/tftp-hpa -L --verbose -u tftp --secure /tftpboot
Content type
Image
Digest
sha256:8590f36d9…
Size
65.8 kB
Last updated
over 5 years ago
docker pull radiorabe/ipxe