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.
- Host: GitHub
- URL: https://github.com/jdcasey/docker-freeki
- Owner: jdcasey
- Created: 2014-02-17T20:54:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T20:54:59.000Z (over 12 years ago)
- Last Synced: 2025-06-10T18:33:50.570Z (about 1 year ago)
- Language: Shell
- Size: 97.7 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 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