Initial import

This commit is contained in:
Glenn Y. Rolland 2017-11-25 17:53:36 +01:00
commit a87177f2ca
1 changed files with 13 additions and 0 deletions

13
Dockerfile Normal file
View File

@ -0,0 +1,13 @@
FROM atmoz/sftp:alpine
MAINTAINER Glenn Y. ROLLAND <glenux@glenux.net>
# docker run \
# -v /host/users.conf:/etc/sftp/users.conf:ro \
# -v mySftpVolume:/home \
# -p 2222:22 -d atmoz/sftp
# /host/users.conf:
#
# foo:123:1001:100
# bar:abc:1002:100
# baz:xyz:1003:100