This Dockerfile is a simply install gollum.
docker pull icymind/gollum
docker run -d -v "$PWD:/wiki" -p 4567:80 --name gollum icymind/gollum
sudo docker run -d -P --name gollum icymind/gollum --allow-uploads --live-preview
To add more options , checkout this link gollum options.
Content type
Image
Digest
Size
101.6 MB
Last updated
about 9 years ago
docker pull icymind/gollum