Is the Docker container still running, which may be listed with docker ps? Solr may be started with:
docker exec -it my_solr start -------------------------------------------- On Fri, 12/15/17, Buckler, Christine <[email protected]> wrote: Subject: How to restart solr in docker? To: "[email protected]" <[email protected]> Received: Friday, December 15, 2017, 8:55 AM What is the command for restarting solr on a docker image? I have modified the solrconfig.xml to add the suggest plugin and now I want to update to reflect this change. I was able to stop solr using “$ docker exec -it my_solr stop all” but now I can’t figure out how to restart. Thanks, Christine Buckler
