mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
289 B
289 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