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/Readme.md

10 lines
233 B

##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
```