theniwo / tftpd

simple tftpd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

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

About

simple tftpd

License:MIT License


Languages

Language:Shell 62.0%Language:Dockerfile 38.0%