You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
images/tftp
Szymon Karpiński 5ffaf42e5a downloading squashfs over http for faster boot 7 years ago
..
Dockerfile downloading squashfs over http for faster boot 7 years ago
Readme.md tftp working 7 years ago
http.xinetd.conf downloading squashfs over http for faster boot 7 years ago
tftp.xinetd.conf Basic TFTP server container 7 years ago

Readme.md

##TFTP Docker

Starts TFTP server serving files from /tftpboot.

A directory to serve files from must be bound to /tftpboot on run.

Example run command:

docker run --net host -v /path/to/your/files:/tftpboot images/tftp