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.
- Host: GitHub
- URL: https://github.com/jdcasey/docker-freeki-readonly
- Owner: jdcasey
- Created: 2014-02-17T20:25:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T20:54:14.000Z (over 12 years ago)
- Last Synced: 2026-03-11T22:59:06.201Z (5 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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