Solr instance with pre-defined cores and HTTPS for Sitecore development
242
Pull the image and get the container ID (or a unique prefix; in this case 0683) docker run sharpslinger/https-solr:latest docker ps -a | Select-String -Pattern https-solr
Export the generated certificate docker cp 0683:/opt/solr/server/etc/solr-ssl.keystore.p12 C:\anylocalpath\certs
Install the certificate Install the exported certificate into your Trusted Root Certification Authorities store Add a 127.0.0.1 solr to your hosts file
Run it! Restart the container and navigate to https://solr:8983/solr
Content type
Image
Digest
Size
359 MB
Last updated
almost 8 years ago
docker pull sharpslinger/https-solr