mirror of
https://github.com/luzifer-docker/sftp-share.git
synced 2024-12-20 14:01:16 +00:00
Added README
This commit is contained in:
parent
1377d15786
commit
5767071943
1 changed files with 21 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# luzifer/sftp-share Dockerfile
|
||||
|
||||
This repository contains **Dockerfile** of sftp-share for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/luzifer/sftp-share/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/).
|
||||
|
||||
## Base Docker Image
|
||||
|
||||
- [ubuntu](https://registry.hub.docker.com/_/ubuntu/)
|
||||
|
||||
## Installation
|
||||
|
||||
1. Install [Docker](https://www.docker.com/).
|
||||
|
||||
2. Download [automated build](https://registry.hub.docker.com/u/luzifer/sftp-share/) from public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull luzifer/sftp-share`
|
||||
|
||||
## Usage
|
||||
|
||||
To launch it and have your share listen on port 2022, just type:
|
||||
|
||||
```
|
||||
docker run -d -p 2022:22 -e USER=myuser -e PASS=myverysecretpassword luzifer/sftp-share
|
||||
```
|
Loading…
Reference in a new issue