Re: start with techproducts example in docker

2017-12-19 Thread Rick Leir
Christine I think this is a long-lived docker container , meaning that it does not all terminate after the command you showed. If so, you should be able to start a console or ssh session to it. Have a look at the solr.log. Better still, start the techproducts example within this ssh session, and

Re: start with techproducts example in docker

2017-12-19 Thread Shawn Heisey
On 12/19/2017 3:20 PM, Buckler, Christine wrote: > What is the correct syntax to start the techproducts example in docker? > > I am using > “$ docker run --name tech-demo -d -p 8983:8983 -t solr –e techproducts“ > which immediately exits. As I said before, the Solr project has not produced any doc