Skip to content

rardcode/tftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tftp server

Tftp server based on Alpine Linux.

Quick reference

  • Where to file issues: GitHub

  • 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

v1.0.0 - 24.06.2025

  • Alpine v. 3.22.0
  • tftp-hpa v. 5.2-r7

About

Tftp server based on Alpine Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published