Sign inSign up

catyku/vsftpd

By catyku

Updated over 4 years ago

https://github.com/catyku/vsftpd

Image
0

149

catyku/vsftpd repository overview

vsftpd

This Docker container implements a vsftpd server, with the following features:

RockyLinux base image.
vsftpd
Virtual users
Passive mode
Installation from Docker registry hub.
You can download the image with the following command:

docker pull catyku/vsftpd

run docker

docker run -d -v /my/data/directory:/home/vsftpd \
-p 20:20 -p 21:21 -p 21100-21110:21100-21110 \
-e PASV_ADDRESS=127.0.0.1 \
--name vsftpd --restart=always catyku/vsftpd

description

default port ftp 21
data 20
pasv_max_port 21110
pasv_min_port 21100

create users

edit users.txt
account;password

vsftpd config

edit vsftpd.conf

Tag summary

Content type

Image

Digest

Size

96.2 MB

Last updated

over 4 years ago

docker pull catyku/vsftpd