Commit
+4 -0 +/-1 browse
1 | diff --git a/README.md b/README.md |
2 | index 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. |