TFTP Server 5.2 Alpine Linux 3.23 with S6 Overlay 3.1.6.2
docker run --name tftpd \
-p 69:69 \
-e TZ=Etc/UTC \
-e VUID=7001 \
-e VGID=7001 \
-v /opt/tftpd:/vdsroot \
-d avgurx/tftpd:latest
When container is launched for the first time, if there are no configuration files (see Volumes), the minimum required set of configuration files and directories are created
-v /opt/tftpd:/vdsrootBind /vdsroot directory inside the container to the /opt/tftpd on the Docker host. This directory contains everything to manage and control TFTP Server:
/etc - configuration files
/log - logs
/var - data
TZA time zone of container. Default value: Etc/UTC
VUID / VGIDRun TFTPD as a non-root user. If unset, default values are: 7001/7001
Content type
Image
Digest
sha256:0166ccae0…
Size
7.6 MB
Last updated
6 months ago
docker pull avgurx/tftpd