Skip to content

kns-it/docker-gollum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gollum Wiki within Docker

Usage

The easiest way to use the container image is to define an Bash alias:

alias gollum='docker run --rm -ti --name gollum -u `id -u` -v `pwd`:/work -p 127.0.0.1:4567:4567 knsit/gollum'