GeoBlacklight is a discovery platform for geospatial data. See http://geoblacklight.org/ for more information.
This image provides a Solr instance used to power the GeoBlacklight application.
Start a Solr instance:
$ docker run --name geo-solr -d geoblacklight/solr
Persistent storage is available in the /var/solr VOLUME. Generally, it is recommended to use a data container for persistent storage:
$ docker run --name solr-data -d geoblacklight/solr /bin/true
$ docker run --name geo-solr -d --volumes-from solr-data geoblacklight/solr
Content type
Image
Digest
sha256:0c5e110e9…
Size
258.6 MB
Last updated
about 10 years ago
docker pull geoblacklight/solr