add sample Dockerfiles

This commit is contained in:
Nicola Murino
2019-09-06 13:20:21 +02:00
parent a26343a694
commit a7363a16be
4 changed files with 91 additions and 0 deletions

5
docker/README.md Normal file
View File

@@ -0,0 +1,5 @@
## 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](http://www.docker.io "Docker").