Skip to content

atomotic/iipsrv.docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iipsrv.docker

iipsrv in single docker container. Compiled with openjpeg, so it can serve JPEG2000 images. Also including caddy (for an http interface) and memcached.
The main purpose of this image is local development of IIIF applications.

Ready images (x86_64 and aarch64) are available on docker hub (+300 MB compressed).

Usage

  1. Clone this repo

     git clone https://github.com/atomotic/iipsrv.docker.git
    
  2. Configure the host directory containing your images (ptiff, jp2) and mount in /images

  3. Configure iipsrv via ENV. See here the documentation Server Configuration / Startup variables

  4. Launch it

     docker-compose up --build -d 
    
  5. Test it

     curl -s http://localhost:9002/iiif/image.jp2/info.json
    

About

iipsrv in single docker container (openjpeg, caddy, memcached)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published