besn0847 / ftpd

A simple FTP server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ftpd

To start the container with default config :

docker run -d -P ftpd

But you can also use your local datastore :

docker run -d -P -v <your local datastore>:/data ftpd

FTP login is default / passw0rd.

About

A simple FTP server