##Get the project
sudo apt-get install git
git clone https://github.com/lwcolton/vsftp-docker.git##Configure
You must first change the pasv_address setting in vsftpd.conf to be the external IP of the machine you are running this on.
##Install and Run
sudo ./install.sh
./run.shThat's it!