Sign inSign up

sizx/ftp

By sizx

Updated almost 3 years ago

Image
0

1.0K

sizx/ftp repository overview

  • 创建路径
mkdir -p /opt/ftp && chmod -R 777 /opt/ftp
  • 启动容器
docker run -d \
--restart=always --privileged=true \
-v /opt/ftp:/home/vsftpd/file \
-p 2120:20 -p 2121:21 -p 21100-21110:21100-21110 \
-e PASV_ADDRESS=172.24.56.224 \
-e FTP_USER=file \
-e FTP_PASS=111111 \
-e PASV_MIN_PORT=21100 \
-e PASV_MAX_PORT=21110 \
-e LOCAL_UMASK=022 \
--name ftp sizx/ftp

Tag summary

Content type

Image

Digest

sha256:bcbec57a4

Size

417.2 MB

Last updated

almost 3 years ago

docker pull sizx/ftp