https://github.com/steenzout/docker-vsftpd
Resources to build an Alpine container running vsftpd server.
https://github.com/steenzout/docker-vsftpd
alpine docker docker-container ftp vsftpd
Last synced: about 1 year ago
JSON representation
Resources to build an Alpine container running vsftpd server.
- Host: GitHub
- URL: https://github.com/steenzout/docker-vsftpd
- Owner: steenzout
- License: bsd-3-clause
- Created: 2017-02-28T16:53:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T22:54:48.000Z (about 9 years ago)
- Last Synced: 2025-01-16T19:25:18.789Z (over 1 year ago)
- Topics: alpine, docker, docker-container, ftp, vsftpd
- Language: Makefile
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-vsftpd
[](https://raw.githubusercontent.com/steenzout/docker-templates/master/LICENSE)
Resources to build an [Alpine][alpine] [vsftpd][vsftpd] container.
## Dependencies
- [hub.docker.com/_/alpine/](https://hub.docker.com/_/alpine/)
## Usage
Start:
```bash
$ docker run \
--rm \
-td \
steenzout/vsftpd
```
Log files:
```
$ docker logs \
-f
```
## Links
- [vsftpd][vsftpd]
- [vsftpd.conf](https://security.appspot.com/vsftpd/vsftpd_conf.html)
- [stackoverflow: How to configure vsftpd to work with passive mode](http://serverfault.com/questions/421161/how-to-configure-vsftpd-to-work-with-passive-mode)
- [github gist: docker-log-gist.md](https://gist.github.com/afolarin/a2ac14231d9079920864)
[alpine]: https://alpinelinux.org/ "Alpine Linux"
[vsftpd]: https://security.appspot.com/vsftpd.html "vsftpd"