Sign inSign up

bakchoy/ftpserver

By bakchoy

Updated over 9 years ago

A simple, read-only anonymous FTP server.

Image
0

1.1K

bakchoy/ftpserver repository overview

To create an FTP server, run a command like:

docker run -d -p 2121:2121 -v $(pwd):/static:ro bakchoy/ftpserver

This will mount the current directory as a read-only volume and serve the contents on port 2121.

Tag summary

Content type

Image

Digest

Size

31.1 MB

Last updated

over 9 years ago

docker pull bakchoy/ftpserver