Commit
Author: Jason White [jwhite@esri.com]
Hash: 5e94b0b1de8e98305e255569f4b3df0cd62dc90e
Timestamp: Wed, 13 Mar 2019 22:13:45 +0000 (6 years ago)

+4 -0 +/-1 browse
readme: Add link to Docker image.
1diff --git a/README.md b/README.md
2index 97c0dea..39d8843 100644
3--- a/README.md
4+++ b/README.md
5 @@ -21,6 +21,10 @@ A high-performance, caching Git LFS server with an AWS S3 back-end.
6 project names in the URL and they are automatically created. If two projects
7 share many LFS objects, have them use the same URL to save on storage space.
8
9+ - A tiny (<10MB) Docker image ([jasonwhite0/rudolfs][]).
10+
11+ [jasonwhite0/rudolfs]: https://cloud.docker.com/repository/docker/jasonwhite0/rudolfs
12+
13 The back-end storage code is very modular and composable. PRs for implementing
14 other storage back-ends are welcome. If you begin working on this, please let us
15 know by submitting an issue.