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