Skip to content

ONB-RD/mirador-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

mirador-docker

A simple dockerization of the Mirador Viewer

This is a simple Dockerfile that builds a docker container that serves the latest release of the Mirador Viewer.

The image is on Dockerhub under the name onbrd/mirador and can be pulled freely or you can clone this repository and build it yourself.

Run it using the -p parameter to specify the port. The default port for Mirador is 80.

Running example: 'docker run --name mirador -p 8888:80 -it onbrd/mirador' This example binds the port to 8888 and names the container 'mirador'. Mirador Viewer can be accessed at [localhost:8888].

About

A simple dockerization of the Mirador Viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published