Skip to content

netbootxyz/docker-next-server

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

next-server

Creates a Docker container running a minimal Alpine 3.14 tftp server that serves the latest netboot.xyz tftp boot disks for UEFI and Legacy.

Run the container with real-time log output:

docker run -p 69:69/udp netbootxyz/next-server

To create container as a running service:

docker create \
    --name=next-server \
    --restart=always \
    -p 69:69/udp \
    netbootxyz/next-server

docker start next-server

To tail logs in realtime to view connections:

docker logs <container_id> -f 

About

lightweight tftp docker service with netboot.xyz images

Resources

Stars

Watchers

Forks