Re: solr & docker in production

2016-03-15 Thread Jay Potharaju
I have not yet tried in production yet, will post my findings. Thanks Jay > On Mar 14, 2016, at 11:42 PM, Georg Sorst wrote: > > Hi, > > sounds great! > > Did you run any benchmarks? What's the IO penalty? > > Best, > Georg > > Jay Potharaju

Re: solr & docker in production

2016-03-15 Thread Georg Sorst
Hi, sounds great! Did you run any benchmarks? What's the IO penalty? Best, Georg Jay Potharaju schrieb am Di., 15. Mär. 2016 04:25: > Upayavira, > Thanks for the feedback. I plan to deploy solr on its own instance rather > than on instance running multiple

Re: solr & docker in production

2016-03-14 Thread Jay Potharaju
Upayavira, Thanks for the feedback. I plan to deploy solr on its own instance rather than on instance running multiple applications. Jay On Mon, Mar 14, 2016 at 3:19 PM, Upayavira wrote: > There is a default Docker image for Solr on the Docker Registry. I've > used it to

Re: solr & docker in production

2016-03-14 Thread Upayavira
There is a default Docker image for Solr on the Docker Registry. I've used it to great effect in creating a custom Solr install. The main thing I'd say is that Docker generally encourages you to run many apps on the same host, whereas Solr benefits hugely from a host of its own - so don't be

solr & docker in production

2016-03-14 Thread Jay Potharaju
Hi, I was wondering is running solr inside a docker container. Are there any recommendations for this? -- Thanks Jay