Sign inSign up

fengzhou/proftpd

By fengzhou

Updated over 10 years ago

Docker for proftpd with supporting ldap module.

Image
0

1.3K

fengzhou/proftpd repository overview

 Docker Registry

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.

Tag summary

Content type

Image

Digest

Size

75.5 MB

Last updated

over 10 years ago

docker pull fengzhou/proftpd