docker run -d \
--name tftpd \
--restart unless-stopped \
-v "tftpd_data:/data" \
-p 69:69/udp \
-e PUID=1000 \
-e PGID=1000 \
-e TFTP_OPTIONS=--create \
theniwo/tftpd
Content type
Image
Digest
Size
2.7 MB
Last updated
about 5 years ago
docker pull theniwo/tftpd