docker-solr / docker-solr-examples

Examples for Docker-Solr
Apache License 2.0
61 stars 58 forks source link

Create cores at startup #6

Closed wgudu closed 4 years ago

wgudu commented 4 years ago

Hello everyone ! I have 2 customized configsets. I want to use them in a dev and prod environment. In dev with docker-compose. In prod with kubernetes.

The challenge is to prepare an image that, when executing the container, creates the 2 cores using your settings. Besides that, this Solr standalone instance has security access control and i'm getting this error - "ERROR: Solr requires authentication for http://localhost:8983/solr/admin/info/system. Please supply valid credentials. HTTP code=401" - when executing create core scripts...

I tried some combinations of the examples, but I was not successful.

Any tips? Thanks !

Gudu

makuk66 commented 4 years ago

Please limit issues here to problems with the actual examples themselves. The solr user list is a better place for asking generic question.

There are three parts to your question:

wgudu commented 4 years ago

OK. This question has been solved. If anyone needs, I can post the solution. Thanks.