Dockerfile for Gitit.
$ docker run --rm -p 5001:5001 t13a/gitit
$ 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.
$ docker run \
...
-e TIMEZONE=Asia/Tokyo \
...
t13a/gitit
$ docker run \
...
-e GITIT_UID=1234 \
-e GITIT_GID=5678 \
...
t13a/gitit
Content type
Image
Digest
Size
546.5 MB
Last updated
about 6 years ago
docker pull t13a/gitit