Docker image for git based wiki.
You have to build the images in order to use it:
git clone [email protected]:6go-srl/docker/git-wiki.git or from the mirror on Github git clone [email protected]:6GO-it/docker-git-wiki.gitdocker build -t git-wiki . or whatever name you desireBy default the image exposes port 2370 and it bind that, you can change it if you need to
Once the image is ready just get into the folder of the wiki you want to edit and type docker run --rm -it -v "$(pwd):/wiki" -p 4567:2370 git-wiki
The script folder includes two example of docker run for Windows (.bat) and Unix (.sh)
Content type
Image
Digest
Size
140.9 MB
Last updated
almost 9 years ago
docker pull 6gosrl/git-wiki