Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 232 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 232 Bytes

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.