Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 819 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 819 Bytes

Build docker image

docker-pxe

Spec

  • 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

Usage

  1. Check whether ports is released

    sudo lsof -iUDP:53,67,69

  2. 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

  3. docker-compose up -d

References