Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 322 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 322 Bytes

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