Skip to content

Docker Compose PXE Server - Ubuntu 20.04 (Focal) Client

Notifications You must be signed in to change notification settings

fnordpig/docker-pxe

This branch is 2 commits behind 4n86rakam1/docker-pxe:master.

Repository files navigation

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

About

Docker Compose PXE Server - Ubuntu 20.04 (Focal) Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%