krasnobaev / docker-solr

Deploy custom Solr instance in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-solr

Basic docker solr image that able to deploy your custom solr instance. Another option is that solr instance is store inside data-only container.

Packaged instance template built on example instance provided by solr sources.

Usage

All build/run commands aliased inside Makefile.

git clone https://github.com/krasnobaev/docker-solr
cd docker-solr
sudo make build
sudo make startdata
sudo make startimage

If you give docker non-root access you will be able to run make without sudo.

ToDo's

  • get lucene-solr sources from git, maybe
  • get rid of calling svnrevision

Links

solr docker image by makuk66 which just starts native solr.

same by guywithnose but built on top of archlinux.

my docker template

About

Deploy custom Solr instance in Docker


Languages

Language:XSLT 44.7%Language:JavaScript 38.4%Language:Shell 10.2%Language:CSS 6.6%