Docker image for Node.js based Wiki Jingo: https://github.com/claudioc/jingo
50K+
Starts Jingo wiki server (See http://jingo.cica.li:6067/wiki/home for live demo). Mount a Git repository at /opt/wiki-content or let the startup script create the repo for you.
JINGO_EXPORT_PATH="/srv/docker/jingo"; docker run --rm -v ${JINGO_EXPORT_PATH}/config/:/opt/jingo/config/ -v ${JINGO_EXPORT_PATH}/data/:/opt/wiki-content -e 'JINGO_APPLICATION_TITLE=My Amazing Wiki' -p 8080:8080 waja/jingo
This image is based on mhart/alpine-node, a minimal Node.js image based on Alpine Linux.
Content type
Image
Digest
Size
62.6 MB
Last updated
almost 5 years ago
docker pull waja/jingo:development