sftpgo-mirror/docker
Nicola Murino bc5779e26f actions: don't execute actions on errors
detect upload/download errors and don't execute actions if a transfer
error happen.

To detect SFTP errors this patch is needed:

https://github.com/pkg/sftp/pull/307
2019-09-07 23:10:20 +02:00
..
rest-api-cli add sample Dockerfiles 2019-09-06 13:20:21 +02:00
sftpgo actions: don't execute actions on errors 2019-09-07 23:10:20 +02:00
README.md add sample Dockerfiles 2019-09-06 13:20:21 +02:00

Dockerfile examples

Sample Dockerfiles for sftpgo daemon and the REST API CLI.

We don't want to add a Dockerfile for each single sftpgo configuration options or data provider. You can use the docker configurations here as starting point that you can customize to run sftpgo with Docker.