Sign inSign up

t13a/gitit

By t13a

Updated about 6 years ago

A Git based Wiki system

Image
0

1.3K

t13a/gitit repository overview

Gitit

Dockerfile for Gitit.

Getting started

$ docker run --rm -p 5001:5001 t13a/gitit

Configuration

Mount prepared volumes
$ docker run \
...
-v $(pwd)/gitit.conf:/gitit.conf \
-v $(pwd)/gitit:/gitit \
...
t13a/gitit

To generate default configuration, execute docker run --rm t13a/gitit gitit --print-default-config > gitit.conf. The user data directory will be populated automatically.

Set timezone
$ docker run \
...
-e TIMEZONE=Asia/Tokyo \
...
t13a/gitit
Set process UID/GID
$ docker run \
...
-e GITIT_UID=1234 \
-e GITIT_GID=5678 \
...
t13a/gitit

Tag summary

Content type

Image

Digest

Size

546.5 MB

Last updated

about 6 years ago

docker pull t13a/gitit