Skip to content

drerik/docker-tftpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Docker tftp container

Build

You can build the docker container localy using this command:

docker build -t drerik/tftpd https://github.com/drerik/docker-tftpd.git

Run

To start a tftp container with the current dir as share like this:

docker run -it --rm -p 69:69 -v $(pwd):/var/lib/tftpboot --name tftpd drerik/tftpd

About

Docker container containing a tftp server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published