Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.15 KB

Solr

Docker image for Solr version 7.1.0.

Please refer to the Solr Documentation for more in-depth information.

As a quick example this will bring up an instance of Solr, and allow you to view on http://localhost:8983/solr/.

docker run --rm -ti -p 8983:8983 islandora/solr

Dependencies

Requires islandora/java docker image to build. Please refer to the Java Image README for additional information including additional settings, volumes, ports, etc.

Ports

Port Description
8983 HTTP

Volumes

Path Description
/opt/solr/server/solr Location of configuration and data for all cores

Logs

Path Description
/opt/solr/server/logs/solr.log Solr Logging