Image for U-TEST documentation authoring with gollum
10K+
gollum dockerfile for documentation authoring
Based on ruby/alpine (for lightweight docker image).
You could add gollum arguments to run this docker.
For example: docker run ... utestfactory/gollum --ref=branch
docker run -d -p 4567:4567 -v ":/wiki" --name gollum utestfactory/gollum
docker run --rm -p 4567:4567 -v ":/wiki" utestfactory/gollum
docker run -t -i --rm -p 4567:4567 -v ":/wiki" --entrypoint="ash" utestfactory/gollum then gollum --config /usr/local/etc/config.rb
Version with credential. To be used locally. Check gollum/ldap directory for ldap version.
Content type
Image
Digest
Size
61.7 MB
Last updated
almost 8 years ago
docker pull utestfactory/gollum