Skip to content

kingfetty/TFTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

TFTP:

To build

docker build --rm --tag=kingfetty/tftp-write . To run

docker run -p 0.0.0.0:69:69/udp -i -t kingfetty/tftp-write Mounts the following volume for persistent data

/var/tftpboot To map the volume to a host directory

docker run -p 0.0.0.0:69:69/udp -v /var/tftpboot:/var/tftpboot -i -t kingfetty/tftp-write

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published