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

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

Docker wrapper for freeki in editable mode.
https://github.com/jdcasey/docker-freeki

Last synced: about 1 year ago
JSON representation

Docker wrapper for freeki in editable mode.

Awesome Lists containing this project

README

          

Docker wrapper for [Freeki](https://github.com/jdcasey/freeki) that runs in editable (default) mode. If you have an existing content repository, it can clone that before starting.

To run with a pre-existing content repository:

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

To run with a new wiki (not pushable without extra manual steps!):

docker run -d -p 8080:8080 buildchimp/docker-freeki-readonly