A SolrCloud demo based on Solr built-in example data
Launch services in docker containers and index example data into SolrCloud:
bash start-services.sh
If it goes well, Solr Admin can be visited via: http://localhost:8983
Stop services and remove all docker containers:
bash stop-services.sh