A simple, read-only anonymous FTP server.
1.1K
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.
Content type
Image
Digest
Size
31.1 MB
Last updated
over 9 years ago
docker pull bakchoy/ftpserver