A docker image for the Digilib Image Server
10K+
A docker image for the Digilib Image Server
docker run --rm \
-p 8080:8080 \
--name digilib \
-v /your/path/to/images:/var/lib/digilib/images \
stadlerpeter/digilib-docker
All settings of the XML file digilib-config.xml—which drives the Digilib webapp—can be overridden or set with Docker environment variables. To set a variable, you'll need to prefix its key with "DIGILIB_" and turn it into upper-case while replacing hyphens with underscores. Some examples:
Further information about these parameters is available at https://robcast.github.io/digilib/digilib-config.html
Content type
Image
Digest
sha256:9c5f1da19…
Size
130.9 MB
Last updated
almost 2 years ago
docker pull stadlerpeter/digilib-docker