Sign inSign up

utestfactory/gollum

By utestfactory

Updated almost 8 years ago

Image for U-TEST documentation authoring with gollum

Image
0

10K+

utestfactory/gollum repository overview

Gollum on docker

gollum dockerfile for documentation authoring

Based on ruby/alpine (for lightweight docker image).

Usage

You could add gollum arguments to run this docker.

For example: docker run ... utestfactory/gollum --ref=branch

As a daemon

docker run -d -p 4567:4567 -v ":/wiki" --name gollum utestfactory/gollum

For test

docker run --rm -p 4567:4567 -v ":/wiki" utestfactory/gollum

For test with console

docker run -t -i --rm -p 4567:4567 -v ":/wiki" --entrypoint="ash" utestfactory/gollum then gollum --config /usr/local/etc/config.rb

Credential version

Version with credential. To be used locally. Check gollum/ldap directory for ldap version.

Tag summary

Content type

Image

Digest

Size

61.7 MB

Last updated

almost 8 years ago

docker pull utestfactory/gollum