- PXE Server: docker-compose on host machine
- NOTE: Release ports; 53/udp, 67/udp, 69/udp
- PXE Client: Ubuntu 20.04(focal) server
- Support UEFI Secure Boot
-
Check whether ports is released
sudo lsof -iUDP:53,67,69
-
Download netboot.tar.gz archive into hdpc directory
curl -sSLo dhcp/netboot.tar.gz http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/installer-amd64/current/legacy-images/netboot/netboot.tar.gz
-
docker-compose up -d