A minimal PXE boot server running in Docker on Ubuntu, designed for easy setup and use on Windows (or any OS with Docker).
Dockerfile– builds the PXE server imagednsmasq.conf– config for DHCP + TFTP via dnsmasqpxelinux.cfg/default– PXELINUX boot menuREADME.md– this file
- Docker installed on your host (Windows, Linux, macOS).
- Administrator/root privileges for binding ports 67/69/80.
docker build -t pxe-server .