janhoy commented on pull request #648:
URL: https://github.com/apache/solr/pull/648#issuecomment-1044436612


   > Just wanted to figure out how to build Solr from source and give this a 
try, but if it has an automated test case now, I'll trust that one even more ✨
   
   You can test it with Docker, I have pushed an image. Try these commands:
   
   ```bash
   docker run --name solrtmp --rm -p 8983:8983 -d 
cominvent/solr:10.0.0-SNAPSHOT -c
   docker exec solrtmp solr create -c test
   docker exec solrtmp curl "http://localhost:8983/solr/test/select?q=%C0"; 
   docker stop solrtmp
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to