Project Awesome project awesome

Docker SolrCloud for Sitecore 10

Creates a SolrCloud container that can be used with a Sitecore 10 instance under Docker. The files have been adjusted from the Solr container files in the Sitecore Docker examples repo. The default "solr" service Sitecore provides can be replaced using these files.

Package 4 stars GitHub

An example of a SolrCloud Docker container for Sitecore v10

These files can create a SolrCloud container that can be used with a Sitecore 10 instance under Docker. The files have been adjusted from the Solr container files in the Sitecore Docker examples repo.

The default "solr" service Sitecore provide can be replaced using these files.

See this blog post for further details and explanations of how this works.

Running

  • Clone the repo
  • Open PowerShell in the cloned folder
  • Run docker-compose up
  • Open a web browser to http://localhost:8984/solr/
Back to Sitecore