Sign inSign up

joelnb/tiddlywiki

By joelnb

Updated 16 days ago

Small but feature-rich Wiki software.

Image
1

3.9K

joelnb/tiddlywiki repository overview

Joel's Dockerfiles

These are some Dockerfiles which I maintain either for my own use or for testing. The things I actually use are likely to be better maintained but I am happy to accept pull requests for anything.

Getting the images

The images are all available as automated builds under my user on docker hub and can therefore be retrieved with a command like:

docker pull joelnb/gollum

Building the images

A utility script is provided for building images. You can either build a single image with:

./build.sh gollum

Or build all images by passing no arguments:

./build.sh

Everything is built using standard Docker commands so feel free to roll your own commands if you prefer.

If you are using the build script then by default everything is created with the tag 'local' so you should use that to access your built images.

docker run $OTHER_ARGS -d joelnb/gollum:local

Tag summary

Content type

Image

Digest

sha256:53538d03a

Size

82.7 MB

Last updated

16 days ago

docker pull joelnb/tiddlywiki