Hi, I need to move an existing solr instance to kubernetes. I am trying to write a Dockerfile to 1. create a core 2. load data 3. run solr
I am able to create a core from my existing config and run it with "docker run -v myconf:/myservice solr:6.6 -c myservice -d /myservice" But i want to avoid saving that container to a new image and then reuse that image in kubernetes. I would guess this is a common usecase but I can not find anything about it here https://github.com/docker-solr/docker-solr Any help would be appreciated! Bjørn Larsen
