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
Requires islandora/java
docker image to build. Please refer to the
Java Image README for additional information including
additional settings, volumes, ports, etc.
Port | Description |
---|---|
8983 | HTTP |
Path | Description |
---|---|
/opt/solr/server/solr | Location of configuration and data for all cores |
Path | Description |
---|---|
/opt/solr/server/logs/solr.log | Solr Logging |