docker-alpine-ftp-server

Small and flexible docker image with vsftpd server

  • 所有者: delfer/docker-alpine-ftp-server
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

docker-alpine-ftp-server

Docker Stars Docker Pulls Docker Automated build Docker Build Status MicroBadger Layers MicroBadger Size
Small and flexible docker image with vsftpd server

Usage

docker run -d \
            -p 21:21 \
            -p 21000-21010:21000-21010 \
            -e USERS="one, 1234" \
            -e ADDRESS=ftp.site.domain \
            delfer/alpine-ftp-server

Configuration

Environment variables:

  • USERS - space and , separated list (optional, default: ftp, alpineftp)
    • format name1, password1, [folder1][, uid1] name2, password2, [folder2][, uid2]
  • ADDRESS - external address witch clients can connect passive ports (optional)
  • MIN_PORT - minamal port number may be used for passive connections (optional, default 21000)
  • MAX_PORT - maximal port number may be used for passive connections (optional, default 21010)

USERS examples

  • user, password foo, bar, /home/foo
  • user, password, /home/user/dir, 10000
  • user, password, 10000

主要指標

概覽
名稱與所有者delfer/docker-alpine-ftp-server
主編程語言Shell
編程語言Shell (語言數: 2)
平台
許可證
所有者活动
創建於2018-06-16 11:57:34
推送於2025-03-01 11:09:00
最后一次提交2025-03-01 03:49:09
發布數0
用户参与
星數215
關注者數8
派生數137
提交數47
已啟用問題?
問題數50
打開的問題數21
拉請求數22
打開的拉請求數3
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?