Sign inSign up

atomotic/go-iiif-docker

By atomotic

Updated over 8 years ago

image to run go-iiif https://github.com/thisisaaronland/go-iiif

Image
1

1.4K

atomotic/go-iiif-docker repository overview

go-iiif-docker

clone and build the docker image

~ git clone https://github.com/atomotic/go-iiif-docker.git
~ cd go-iiif-docker
~ docker build -t go-iiif .

samples:

~ mkdir images
~ #copy some images in ./images

run

~ docker run -p 8080:8080 -v $(pwd)/images:/images go-iiif

test

~ curl -I localhost:8080/test.tif/full/full/0/dither.jpg
HTTP/1.1 200 OK
Content-Type: image/jpeg
Date: Fri, 23 Sep 2016 18:39:04 GMT

Tag summary

Content type

Image

Digest

Size

52 MB

Last updated

over 8 years ago

docker pull atomotic/go-iiif-docker