docker network create example.com
docker-compose up -d
./test_knox_solr.sh
open https://localhost:8443/gateway/default/solr/
docker-compose down -v --remove-orphans --rmi=all
docker network rm example.com
https://localhost:8443/gateway/default/solr/index.html#/
https://localhost:8443/gateway/default/solr/admin/info/system
https://localhost:8443/gateway/default/solr/admin/collections?action=LIST
docker-compose exec solr sh -c "./bin/solr zk upconfig -d data_driven_schema_configs -n data_driven_schema -z localhost:9983"
docker-compose -f docker-compose.yml -f docker-compose-dev.yml build
docker-compose -f docker-compose.yml -f docker-compose-dev.yml up -d
- Check the URLs above.