Drupal optimized images for solr, based on makuk66 work, with search-api solr config files
3.1K
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:
Please check a complete docker-compose.yml example at: https://github.com/TehesFR/docker-apache-php
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
To create a new Solr core, run this command in your Docker container
bin/solr create_core -c myCore -p 8983
Content type
Image
Digest
Size
347.7 MB
Last updated
over 7 years ago
docker pull tehes/docker-solr