cpoerschke commented on code in PR #2705: URL: https://github.com/apache/solr/pull/2705#discussion_r1755134699
########## solr/solr-ref-guide/modules/deployment-guide/pages/solr-in-docker.adoc: ########## @@ -342,6 +342,13 @@ Usage: jattach <pid> <cmd> [args ...] jcmd : execute jcmd command .... +To find out the PID of Solr you can execute the following command and pick the `java` entry from the results: Review Comment: Can it be assumed that `grep` is available? If it was available (I don't know if it is or isn't) then could also use `ps -ef | grep java` to reduce the list. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org