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.
|
|
7 years ago | |
|---|---|---|
| .. | ||
| Dockerfile | 7 years ago | |
| Readme.md | 7 years ago | |
| tftp.xinetd.conf | 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