thereapsz / alpine-pxe

a Docker container running a continuous PXE server

Home Page:https://github.com/mcandre/docker-pxe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpine-pxe

Alpine-pxe is a docker container for serving Ubuntu netboot image for PXE-boot. this container uses Alpine and dnsmasq in order to serve the image.

configure what verson of alpine to run (default "latest")

  1. docker build --build-arg VERSION=youreversion

DOCKER HUB

https://registry.hub.docker.com/u/reapsz/alpine-pxe/

GitHub

https://github.com/thereapsz/alpine-pxe

EXAMPLE

$ docker run -d -p 69:69/udp --restart=always --privileged --cap-add=NET_ADMIN reapsz/alpine-pxe

$ docker run -d -p 69:69/udp --cap-add=NET_ADMIN reapsz/alpine-pxe

For use with Pfsense/opnsense add the ip of the docker host and add "pxelinux.0" to "Set default bios filename".

REQUIREMENTS

Based on:

https://registry.hub.docker.com/u/mcandre/docker-pxe/

https://github.com/mcandre/docker-pxe

About

a Docker container running a continuous PXE server

https://github.com/mcandre/docker-pxe


Languages

Language:Dockerfile 100.0%