1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/tftpd/README.md
2023-06-29 14:27:49 +08:00

290 B

tftpd

tftpd is a server for the Trivial File Transfer Protocol.

up and running

$ docker-compose up -d
$ echo 'hello world' > /tmp/hello.txt
$ curl -T /tmp/hello.txt tftp://127.0.0.1/
$ curl tftp://127.0.0.1/hello.txt