Sign inSign up

mebooks/docker-gollum-alpine

By mebooks

Updated almost 9 years ago

A general purpose dockerised gollum instance, running on alpine linux.

Image
0

276

mebooks/docker-gollum-alpine repository overview

Based on the notes at: https://github.com/gollum/gollum/wiki/Gollum-via-Docker

Repo can be found at https://github.com/jcdarwin/docker-gollum-alpine

Note that you'll need a .git folder in the host directory

mkdir /etc/gollum && cd /etc/gollum
git init

docker run -v `pwd`:/wiki -p 4567:4567 \
    mebooks/docker-gollum-alpine \

wget http://localhost:4567

You can specify some options

docker run -v `pwd`:/wiki -p 4567:4567 \
    mebooks/docker-gollum-alpine --allow-uploads --live-preview

More information at: https://github.com/gollum/gollum#running

Tag summary

Content type

Image

Digest

Size

179.7 MB

Last updated

almost 9 years ago

docker pull mebooks/docker-gollum-alpine