GianLuca Vagnuzzi 93985c92af
All checks were successful
Update Docker Hub Description / dockerHubDescription (push) Successful in 13s
Docker Image CI / build_docker_images (push) Successful in 12m3s
Fixed tags
2026-01-02 17:16:43 +01:00
2025-11-12 15:19:43 +01:00
2025-11-12 15:19:43 +01:00
2025-12-17 07:27:01 +01:00
2025-11-12 15:19:43 +01:00
2026-01-02 17:16:43 +01:00

Tftp server

Tftp server based on Alpine Linux.

Quick reference

  • Where to file issues: Gitea

  • Supported architectures: amd64 , armv7 , arm64v8

To run:

...by docker run:

docker run -di -p 69:69/udp -v /var/tftpboot:/var/tftpboot rardcode/tftp

...by docker-compose file:

services:
  app:
    image: rardcode/tftp
    container_name: tftp
    volumes:
    - /var/tftpboot:/var/tftpboot
    ports:
    - 69:69/udp
    restart: unless-stopped

Changelog

v3232.52r7 - 02.01.2026

  • Fixed tags
Description
No description provided
Readme GPL-3.0 66 KiB
Languages
Dockerfile 100%