Skip to content

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

Notifications You must be signed in to change notification settings

TehesFR/docker-solr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published