Re: question on docker example from guide

2023-10-26 Thread Vince McMahon
THank you, Thomas. It works. ufuk yılmaz uyil...@vivaldi.net, I'm on a win 10 docker 20 and Thomas' commands works. Good luck. On Thu, Oct 26, 2023 at 3:59 AM Thomas Corthals wrote: > Hi Vince, > > If you want to run the techproducts examples, these commands from > https://stackoverflow.co

Re: question on docker example from guide

2023-10-26 Thread Thomas Corthals
Hi Vince, If you want to run the techproducts examples, these commands from https://stackoverflow.com/a/55171062 do the trick: - docker run --name my_solr -d -p 8983:8983 -t solr - docker exec -it --user=solr my_solr bin/solr create_core -c techproducts - docker exec -it --user=solr m

RE: question on docker example from guide

2023-10-25 Thread ufuk yılmaz
:43 AM To: users@solr.apache.org Subject: Re: question on docker example from guide ok, so those are commands. I can't find them. I'm running into many problems to get any of the examples to start. Is there a clean version of the docker to learn solr? Is there any YouTube videos can he

Re: question on docker example from guide

2023-10-25 Thread Vince McMahon
ok, so those are commands. I can't find them. I'm running into many problems to get any of the examples to start. Is there a clean version of the docker to learn solr? Is there any YouTube videos can help me jump start? My primary job is to dev an app and I'm in a tight deadline. Running solr

question on docker example from guide

2023-10-25 Thread Vince McMahon
I am trying to follow the example on running solr via docker. the example is from https://solr.apache.org/guide/solr/latest/deployment-guide/solr-in-docker.html what is the last two part of the command highlighted. docker run -d -v "$PWD/indata:/var/solr" -p 8983:8983 --name my_solr *solr solr-p