From e8b7dc737d9aedb9d6675bdb0ca80095aeb8ea18 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 13 Aug 2024 14:00:24 -0500 Subject: Update docs --- README.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.org b/README.org index f0c1d3a..892ab23 100644 --- a/README.org +++ b/README.org @@ -58,15 +58,12 @@ You can get a shell into the container with something like: When you start the container, you can get a shell into the container using the ~nsenter~ command. You will need the process ID of the container, which you can see on container startup or on your can get with something like: #+BEGIN_SRC sh - ps -u root -f --forest | grep -A4 '/usr/local/bin/genenetwork-development-container' + ps -u root -f --forest | grep -A4 '/usr/local/bin/genenetwork-development-container' | grep 'shepherd' #+END_SRC Where =/usr/local/bin/genenetwork-development-container= is the path used for invoking (running) the system container. -Once you have a listing, get the PID for the =shepherd= process. You could pipe -the output of the command above to ~grep 'shepherd'~ to ease your search. - That will give you output of the form: #+BEGIN_EXAMPLE -- cgit v1.2.3