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.
Environment Variable | Confd Key | Default | Description |
---|---|---|---|
SOLR_LOG_LEVEL | /solr/log/level | INFO | Log level. Possible Values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE or ALL |
Port | Description |
---|---|
8983 | HTTP |
Path | Description |
---|---|
/opt/solr/server/solr | Location of configuration and data for all cores |