An open API service indexing awesome lists of open source software.

https://github.com/jdcasey/docker-freeki-readonly

Docker wrapper that starts freeki in readonly mode after checking out a local working copy of wiki content from the given URL envar.
https://github.com/jdcasey/docker-freeki-readonly

Last synced: 14 days ago
JSON representation

Docker wrapper that starts freeki in readonly mode after checking out a local working copy of wiki content from the given URL envar.

Awesome Lists containing this project

README

          

Docker wrapper for [Freeki](https://github.com/jdcasey/freeki) that runs in readonly mode, given a content repository at $URL.

To run:

docker run -e URL=https://github.com/myuser/mucontent.git -d -p 8080:8080 buildchimp/docker-freeki-readonly