On 3/18/23 12:21, Tim Clarke wrote:
CONTAINER ID   IMAGE         COMMAND                  CREATED       STATUS
                        PORTS     NAMES
3eebcc1a2b25   solr          "docker-entrypoint.s…"   5 hours ago   Exited
(137) 23 minutes ago             my_solr2
9a65798bda0d   solr          "docker-entrypoint.s…"   9 days ago    Exited
(143) 5 hours ago                my_solr
25dd9eee328b   hello-world   "/hello"                 9 days ago    Exited
(0) 9 days ago                   cool_davinci
8b5591632935   hello-world   "/hello"                 9 days ago    Exited
(0) 9 days ago                   vigilant_ride

(The top solr is the container I'm running with the additional " -e
schemaless -Dsolr.modules=extraction" arguments per the solr set-up page
previously cited.

It says none of those containers is running. When you have one that IS running, use its ID value in a command like this:

docker exec 3eebcc1a2b25 ps auxw | grep solr

And send us the output. Paste it into the message. If you make it an attachment, the mailing list is likely to eat it so we never see it.

Thanks,
Shawn

Reply via email to