Re: SolrJ appears to have problems with Docker Toolbox

2017-04-11 Thread Shawn Heisey
On 4/8/2017 6:42 PM, Mike Thomsen wrote: > I'm running two nodes of SolrCloud in Docker on Windows using Docker > Toolbox. The problem I am having is that Docker Toolbox runs inside of a > VM and so it has an internal network inside the VM that is not accessible > to the Docker Toolbox VM's host O

Re: SolrJ appears to have problems with Docker Toolbox

2017-04-11 Thread Vincenzo D'Amore
Ok :) But if you have time have a look at my project https://github.com/freedev/ solrcloud-zookeeper-docker The project builds a couple of docker instances (solr - zookeeper) or a cluster with 6 nodes. Then you have just to put in your hosts file the ip addresses of your VM and you can play with

Re: SolrJ appears to have problems with Docker Toolbox

2017-04-11 Thread Mike Thomsen
Thanks. I think I'll take a look at that. I decided to just build a big vagrant-managed desktop VM to let me run Ubuntu on my company machine, so I expect that this pain point may be largely gone soon. On Mon, Apr 10, 2017 at 12:31 PM, Vincenzo D'Amore wrote: > Hi Mike > > disclaimer I'm the aut

Re: SolrJ appears to have problems with Docker Toolbox

2017-04-10 Thread Vincenzo D'Amore
Hi Mike disclaimer I'm the author of https://github.com/freedev/ solrcloud-zookeeper-docker I had same problem when I tried to create a cluster SolrCloud with docker, just because the docker instances were referred by ip addresses I cannot access with SolrJ. I avoided this problem referring each

Re: SolrJ appears to have problems with Docker Toolbox

2017-04-09 Thread Rick Leir
Mike With SolrCloud you want to have nodes each on their own machine, do you not?. Can your nodes connect to each other? Cheers -- Rick On April 8, 2017 10:02:07 PM EDT, Mike Thomsen wrote: >Hi Rick, > >No, I just used the "official" one on Docker Hub ( >https://hub.docker.com/_/solr/) and follo

Re: SolrJ appears to have problems with Docker Toolbox

2017-04-08 Thread Mike Thomsen
Hi Rick, No, I just used the "official" one on Docker Hub ( https://hub.docker.com/_/solr/) and followed the instructions for linking and working with ZooKeeper to get SolrCloud up and running. I may have to go to the Docker forum in the end, but I thought I'd ask here first since the only thing

Re: SolrJ appears to have problems with Docker Toolbox

2017-04-08 Thread Rick Leir
Hi Mike Did you dockerize Solr yourself? I have some knowledge of Docker, and think that this question would get better help in a Docker forum. Cheers -- Rick On April 8, 2017 8:42:13 PM EDT, Mike Thomsen wrote: >I'm running two nodes of SolrCloud in Docker on Windows using Docker >Toolbox. The