Skip to content

jnovack/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=pghalliday/tftp .

To run

docker run -p 0.0.0.0:69:69/udp -i -t pghalliday/tftp

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 pghalliday/tftp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published