Skip to content

alphaklp/solrwin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for Solr on nano server with SSL

Small (1.5 GB) Windows container based on OpenJDK 8 nanoserver with Solr 6.6.2 and SSL configured.

First time setup

  1. As an admin run "/solr/Generate-Certificate.ps2". This generates a self-signed certificate and adds it to your machine "Trusted Root Certification Authorities". It will also be used when building the Docker image.
  2. Run: docker-compose build
  3. Place the contents of "/solr-6.6.2/server/solr/" (from a normal "solr-6.6.2.zip") to initialize it.

Usage

  1. Run: docker-compose up
  2. Browse https://solr:8983

About

Solr windows Docker image with SSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 68.3%
  • PowerShell 31.7%