Created
August 22, 2019 15:15
-
-
Save angarsky/19f2d6eb0f311fb7d04b01af5e5cee53 to your computer and use it in GitHub Desktop.
Solr demo instance with Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --name my_solr -d -p 8983:8983 -t solr:8.2.0 | |
docker exec -it --user=solr my_solr bin/solr create_core -c techproducts | |
docker exec -it --user=solr my_solr bin/post -c techproducts example/exampledocs/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment