diff options
author | Pjotr Prins | 2024-03-04 10:10:54 -0600 |
---|---|---|
committer | Pjotr Prins | 2024-04-05 09:54:06 +0200 |
commit | 5f326f1d9930b7c144c417ace8ff36e37ca30d82 (patch) | |
tree | a5e5dfdd767bdc57b244b7d5d248cbf7f244866d | |
parent | db98b353f53d46085461dd4185e8d3646f2a35c8 (diff) | |
download | gn-machines-5f326f1d9930b7c144c417ace8ff36e37ca30d82.tar.gz |
README: minor edits
-rw-r--r-- | README.org | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -5,7 +5,7 @@ The git repo lives at https://git.genenetwork.org/gn-machines/ * GeneNetwork development container -The GeneNetwork development container is run on /tux02/. It runs +The GeneNetwork development container is currently run on /tux02/. It runs continuous integration and continuous deployment services for genenetwork2, genenetwork3 and several other associated projects. @@ -55,9 +55,7 @@ You can get a shell into the container with something like: sudo guix container exec 89086 /run/current-system/profile/bin/bash --login #+END_SRC -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 your -can get 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' |