Skip to content

teosoft123/tftp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

TFTP server

Dockerized tftp-hpa server running in Alpine Linux.

Example

version: '2'

services:
  server:
    image: taskinen/tftp
    ports:
      - "69:69/udp"
    volumes:
      - /var/docker-volumes/tftp/tftpboot:/var/tftpboot:ro
    restart: unless-stopped

About

Dockerized Alpine Linux TFTP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%