Skip to content

thereapsz/alpine-pxe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%