Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomotic/go-iiif-docker
dockerfile to run go-iiif
https://github.com/atomotic/go-iiif-docker
Last synced: 5 days ago
JSON representation
dockerfile to run go-iiif
- Host: GitHub
- URL: https://github.com/atomotic/go-iiif-docker
- Owner: atomotic
- Created: 2016-09-23T18:36:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T10:00:17.000Z (about 8 years ago)
- Last Synced: 2024-08-01T12:37:57.425Z (3 months ago)
- Homepage: https://github.com/thisisaaronland/go-iiif
- Size: 1000 Bytes
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - atomotic/go-iiif-docker - dockerfile to run go-iiif (others)
README
# 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 ./imagesrun
~ 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