Docker FTP server, based on vsftpd
, for single board computer like Banana Pi M1 or similar.
- Clone this repo in your local folder:
git clone https://github.com/TheFax/sbc_ftp_server/
- Create a directory to use as FTP share folder:
mkdir /data
- Edit the
run.sh
file in order to personalize the configuration:
cd sbc_ftp_server
nano run.sh
- exec the
run.sh
script ONCE in order to create the container and run it:
chmod u+x run.sh
run.sh
This container has been created using garethflowers/ftp-server
as starting skeleton.