docker-alpine-ftp-server

Small and flexible docker image with vsftpd server

  • Owner: delfer/docker-alpine-ftp-server
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerdelfer/docker-alpine-ftp-server
Primary LanguageShell
Program languageShell (Language Count: 2)
Platform
License:
所有者活动
Created At2018-06-16 11:57:34
Pushed At2025-03-01 11:09:00
Last Commit At2025-03-01 03:49:09
Release Count0
用户参与
Stargazers Count210
Watchers Count8
Fork Count136
Commits Count47
Has Issues Enabled
Issues Count50
Issue Open Count21
Pull Requests Count22
Pull Requests Open Count3
Pull Requests Close Count7
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private