dockerfiles
dockerfiles copied to clipboard
VSFTPd docker home dir
Why adding a "./" at the end of home user dir ?
I set the home like this :
pure-pw useradd myuser -u ftpuser -d /home/ftpuser/myuser -t 1024 -T 1024 -y 1 -m
And when i list my user i've got that :
myuser /home/ftpuser/myuser/./
And logs in FileZilla :
421 Home directory not available - aborting
You have to connect to the docker machine, and create the home directory for the new user:
mkdir /home/ftpuser/myuser