Skip to content

Instantly share code, notes, and snippets.

@angarsky
Created August 22, 2019 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angarsky/19f2d6eb0f311fb7d04b01af5e5cee53 to your computer and use it in GitHub Desktop.
Save angarsky/19f2d6eb0f311fb7d04b01af5e5cee53 to your computer and use it in GitHub Desktop.
Solr demo instance with Docker
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