Run a SSH / SFTP server in a Docker container sharing only the folder mounted into the container
Find a file
Knut Ahlers 66899298be
Fix sshd_config
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-02-08 14:25:47 +01:00
Dockerfile Fix: sftp-server was missing 2018-02-08 14:12:59 +01:00
README.md Added README 2014-12-28 15:06:25 +01:00
sshd_config Fix sshd_config 2018-02-08 14:25:47 +01:00
start.sh Port to alpine as a base container 2018-02-08 13:57:29 +01:00

luzifer/sftp-share Dockerfile

This repository contains Dockerfile of sftp-share for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: 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