Initial import
This commit is contained in:
commit
a87177f2ca
1 changed files with 13 additions and 0 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal 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
|
Loading…
Reference in a new issue