Sign inSign up

radiorabe/ipxe

By radiorabe

•Updated over 5 years ago

Image
0

1.7K

radiorabe/ipxe repository overview

⁠radiorabe/ipxe⁠

Simple FROM scrath image that contains /tftpboot/ipxe/unidonly.pxe iPXE⁠ bootloader in a volume.

⁠Usage

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

Tag summary

Content type

Image

Digest

sha256:8590f36d9…

Size

65.8 kB

Last updated

over 5 years ago

docker pull radiorabe/ipxe