metabrainz/docker-anon-ftp

Name: docker-anon-ftp

Owner: MetaBrainz Foundation

Description: null

Created: 2016-10-30 23:41:57.0

Updated: 2017-01-26 11:19:19.0

Pushed: 2016-10-31 15:58:30.0

Homepage: null

Size: 3

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

anon-ftp: An quick, anonymous ftp server docker image

This image is meant for running something like a public read-only share. User accounts are not supported and all data access is meant to be read only via ftp anonymous login.

Up-and-Running

View my included docker-compose.yml for a runtime configuration example or check the below one-liner for a quick launch!

er run -d -p 20-21:20-21 -p 65500-65515:65500-65515 -v /tmp:/var/ftp:ro metabrainz/docker-anon-ftp
Runtime Configuration Options

There are a series of available variables you can tune at your own discretion. The defaults are most likely acceptable for most use cases.

Notes Based on https://github.com/InAnimaTe/docker-vsftpd-anon

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.