That makes sense. I am trying to add the “Suggest” plugin so I modified the 
solrconfig.xml file. Is there a better way to do what I am trying to do? I have 
not been able to add the plugin successfully. Do you have a resource page that 
shows how to add the config file under a volume? 

On 12/16/17, 3:17 AM, "alexpusch" <a...@getjaco.com> wrote:

    While I don't know what exact solr image you use I can tell you this:
    
    1. The command of your dockerfile probably starts solr. A Docker container
    will automatically shutdown if the process that was started by it's command
    is killed. Meaning you should never 'restart' a process in a container, but
    restart the container as a whole.
    2. You need to make sure your solrconfig.xml is under a docker volume of
    some kind. If it is not, your changes will not take effect since after the
    container restart the solrconfig.xml will revert to the version that is in
    the image.
    
    
    
    
    --
    Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
    

Reply via email to