Skip to content

driesva/docker-proftpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-proftpd

Running

Example run for a proftpd instance:

docker run -d --net host \
-e FTP_USERNAME=test -e FTP_PASSWORD=test \
-v /path/to/your/ftpdir:/home/$FTP_USERNAME \
driesva/proftpd:latest

Building

Example for building (and pushing) the image yourself:

docker buildx build --platform linux/amd64,linux/arm64 --no-cache -t driesva/proftpd:1.3.8 -t driesva/proftpd:latest --push .

See Docker documentation for more info:

About

Docker Container for Proftpd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 54.2%
  • Shell 35.8%
  • Makefile 10.0%