Skip to content

feng-zh/docker-proftpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Introduction

This is the docker project to setup proftpd (FTP Server) with ldap supporting.

Install

Simple Run

docker run --name proftpd -p 20:20 -p 21:21 fengzhou/proftpd

Customize Configuration File

# suppose configuration file is located in current folder.
docker run --name proftpd -p 20:20 -p 21:21 -v $(pwd)/proftpd.conf:/etc/proftpd.conf fengzhou/proftpd

The proftpd server configuration can refer to http://www.proftpd.org/docs/example-conf.html

Note

This docker may enhance a bit later with supporting environment variable without explicit external mounted configuration file. Stay tuned.

About

Docker for proftpd with supporting ldap module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published