Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 629 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 629 Bytes

Tftp server

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

Tag:

Ex. 3213.52r7.1
"3213" is the Alpine version. Ex 3.21.3
"52r7" is the Tftp-hpa version. Ex. 5.2-r7
"1" if there's, is a minor fix update.