Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 2.71 KB

README.md

File metadata and controls

56 lines (42 loc) · 2.71 KB

About this repo

Solr images for dev/prod (based on makuk66 work)

Drupal optimized with search-api Solr config files for 3.x, 4.x, 5.x, and 6.x.

The 7.x and later does not include search-api Solr config files anymore and are just a fork from makuk66.

Available tags are:

Docker-compose

Please check a complete docker-compose.yml example at: https://github.com/TehesFR/docker-apache-php

Docker Hub page

Docker only

If you want to use a standalone docker image, use the following command :

docker run -itd -p 8080:8983 tehes/docker-solr:tag

Don't forget to change tag by the SolR version you want to use. For SolR 4.10, the command will be :

docker run -itd -p 8080:8983 tehes/docker-solr:4.10

Create a new core

To create a new Solr core, run this command in your Docker container

bin/solr create_core -c myCore -p 8983