sftpgo/docker
Nicola Murino e2e122169d docker alpine: improve README
The volume configuration is not required anymore, we have
a default config in /etc/sftpgo and the volume config is
mounted on /srv/sftpgo/config so we always have a default
config in /etc/sftpgo/sftpgo.json.

Anyway to persist server's keys after an image rebuild a
configuration volume is highly recommended
2019-09-09 13:24:48 +02:00
..
rest-api-cli add sample Dockerfiles 2019-09-06 13:20:21 +02:00
sftpgo docker alpine: improve README 2019-09-09 13:24:48 +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.