Docker container for iiifserver
- Provide a licensed copy of Kakadu (v7_9_1-XXXXXX.zip) in the iiifserver-docker directory.
- Set 'ENV KAKADU_VERSION v7_9_1-XXXXXX' in the Dockerfile accordingly(without .zip at the end).
- Run
docker build -t=iiif .
- Run
docker run -dt -p 80:80 iiif
- Try to access http://localhost/cgi-bin/iipsrv.fcgi?iiif=00000001.jp2/full/full/0/native.jpg outside the container.