Sign inSign up

datoma/vsftpd

By datoma

Updated about 6 years ago

vsftpd as docker

Image
0

373

datoma/vsftpd repository overview

Usage

docker run --name vsftpd -d -p 21:21 -p 21000-21010:21000-21010 -e FTP_USER="ftpuser|ftppassword" -e FTP_SERVER_ADDRESS=ftp.host.de datoma/vsftpd

Configuration

Environment variables:

  • FTP_USER - space and | separated list (optional, default: ftp|alpineftp)
    • format name1|password1|[folder1][|uid1] name2|password2|[folder2][|uid2]
  • FTP_SERVER_ADDRESS - external address witch clients can connect passive ports (optional)
  • FTP_MIN_PORT - minamal port number may be used for passive connections (optional, default 21000)
  • FTP_MAX_PORT - maximal port number may be used for passive connections (optional, default 21010)

USERS examples

  • user|password foo|bar|/home/foo
  • user|password|/home/user/dir|10000
  • user|password||10000

Tag summary

Content type

Image

Digest

Size

3 MB

Last updated

over 6 years ago

docker pull datoma/vsftpd