Home

Awesome

IIIF_S3 docker image

This docker image is based on iiif_s3 Many, many thanks.

Image hosted at: wlhunter/iiif_s3_tiling

Getting Started

docker buildx build -t="docker_image" --platform linux/amd64 .
docker run --env-file ./env.list -it -v mount_path:container_path docker_image

Note: AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY should not be added to your env.list file but passed in as individual environment variables or mounted as a volume.

docker run -e AWS_ACCESS_KEY_ID=your_id -e AWS_SECRET_ACCESS_KEY=your_secret_key --env-file ./env.list -it -v mount_path:container_path docker_image

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments