mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05:00
Create README.md
This commit is contained in:
parent
c25801daad
commit
1efa404f45
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
sftp
|
||||||
|
====
|
||||||
|
|
||||||
|
SFTP Docker image
|
||||||
|
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
|
||||||
|
`docker run -p 2222:22 -v some-dir:/home/user/some-dir -e SFTP_USERS="user:password" -d atmoz/sftp`
|
Loading…
Reference in a new issue