diff options
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 |