Maintained by:
the Apache Solr project
Where to get help:
the Solr Community
Dockerfile links9.6.1, 9.6, 9, latest9.6.1-slim, 9.6-slim, 9-slim, slim9.5.0, 9.59.5.0-slim, 9.5-slim8.11.3, 8.11, 88.11.3-slim, 8.11-slim, 8-slimWhere to file issues:
The Solr Users mailing list
Supported architectures: (more info)
amd64, arm64v8, ppc64le, s390x
Published image artifact details:
repo-info repo's repos/solr/ directory (history)
(image metadata, transfer size, etc)
Image updates:
official-images repo's library/solr label
official-images repo's library/solr file (history)
Source of this description:
docs repo's solr/ directory (history)
Apache Solr™ is the popular, blazing fast, open source NoSQL search platform. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, rich document handling, and geospatial search. Solr is highly scalable, providing fault tolerant distributed search and indexing, and powers the search and navigation features of many of the world's largest websites.
Learn more on Apache Solr homepage and in the Apache Solr Reference Guide.
Full documentation can be found in the Solr Reference Guide's Docker section.
To run a single Solr server:
$ docker run -p 8983:8983 -t solr
Then with a web browser go to http://localhost:8983/ to see the Solr Admin Console.
This repository is available on github.com/apache/solr-docker, but the image is built and maintained in the official Solr repo github.com/apache/solr.
Please direct any usage questions to the Solr users mailing list.
This project was started in 2015 by Martijn Koster in the github.com/docker-solr/docker-solr repository. In 2019, the maintainership and copyright was transferred to the Apache Solr project. Many thanks to Martijn for all your contributions over the years!
The solr images come in many flavors, each designed for a specific use case.
solr:<version>This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.
solr:<version>-slimThis image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run solr. Unless you are working in an environment where only the solr image will be deployed and you have space constraints, we highly recommend using the default image of this repository.
Solr is licensed under the Apache License, Version 2.0.
This repository is also licensed under the Apache License, Version 2.0.
Copyright 2015-2022 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info repository's solr/ directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.