aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-08-13 14:00:24 -0500
committerFrederick Muriuki Muriithi2024-08-13 14:00:24 -0500
commite8b7dc737d9aedb9d6675bdb0ca80095aeb8ea18 (patch)
treec442c12444f70f86d5b877efc0ce8e70338abeb9
parentd90ba9bf628f30c31e8d2d2277ee39a3592713f5 (diff)
downloadgn-machines-e8b7dc737d9aedb9d6675bdb0ca80095aeb8ea18.tar.gz
Update docs
-rw-r--r--README.org5
1 files changed, 1 insertions, 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