项目作者: kevincaradant

项目描述 :
Use sftp with Docker on ARM
高级语言: Dockerfile
项目地址: git://github.com/kevincaradant/arm-docker-sftp.git
创建时间: 2018-12-24T11:44:42Z
项目社区:https://github.com/kevincaradant/arm-docker-sftp

开源协议:MIT License

下载


arm-docker-sftp

Runs sftp from a docker container for ARM devices like RPI or Odroid.

First start

Create a file users.conf in the $HOST_PATH
The file should be under this format: “login”:”password”

Docker Compose

Please check the .env file and change it at your conveniance $PORT and $HOST_PATH
Then: docker-compose run sftp or docker-compose up or docker-compose up -d (to detach it)