diff options
author | Frederick Muriuki Muriithi | 2024-08-13 14:00:24 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-08-13 14:00:24 -0500 |
commit | e8b7dc737d9aedb9d6675bdb0ca80095aeb8ea18 (patch) | |
tree | c442c12444f70f86d5b877efc0ce8e70338abeb9 /README.org | |
parent | d90ba9bf628f30c31e8d2d2277ee39a3592713f5 (diff) | |
download | gn-machines-e8b7dc737d9aedb9d6675bdb0ca80095aeb8ea18.tar.gz |
Update docs
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |