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
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
: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
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
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