Skip to content

garethflowers/docker-gollum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gollum Server

A simple Gollum server.

How to use this image

Start an Gollum Server instance

To start a container use the following:

docker run \
	--name my-gollum-server \
	--detach \
	--publish 4567 \
	garethflowers/gollum

License