fauria / docker-vsftpd

🐳 vsftpd Docker image based on Centos 7. Supports passive mode and virtual users.
https://hub.docker.com/r/fauria/vsftpd/
Apache License 2.0
414 stars 341 forks source link

run-vsftpd.sh designed for root only? #56

Open lucaskuperman opened 4 years ago

lucaskuperman commented 4 years ago

Hello, thanks for the docker image. Container platforms like OpenShift run containers under non-root ids by default, making run-vsftpd.sh to fail when executing its instructions. Is there any plan to redesign the image to be runnable as non-root?