Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 392 Bytes

File metadata and controls

14 lines (11 loc) · 392 Bytes

Dockerized PXE server

based on https://github.com/ferrarimarco/docker-pxe

Pre-requirements

Docker!

$ curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh

How to run

  1. Clone repository and open it
  2. Run docker build -t pxe .
  3. Then docker run -it --rm --net=host pxe --dhcp-range=x.x.x.x,y.y.y.y