Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

bruhsb/docker-vsftpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker container for vsftpd

User database

It will manage users and passwords on container start. Every directory in /etc/credentials with subdirs username and password (e.g. kubernetes/openshift secret volumes generated by oc secrets new-basicauth) will be added to the database /etc/vsftpd/user.db. It will overwrite the passwords when they already exist. The credentials in secrets are meant to be the canonical.

In the future, when kubernetes/kubernetes#18372 is resolved, there might be a sidecar container that updates the user database.

Env variables

There are some environment variables to influence vsftpd behavior.

  • SERVICE_NAME specifies the address that pasv_adress will use
  • VSFTPD_OPTIONS specifies additional options for vsftpd. E.g. "-oanonymous_enable=yes"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%