aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.org b/README.org
index 6577b51..d770195 100644
--- a/README.org
+++ b/README.org
@@ -49,6 +49,12 @@ more details.
* Getting a Shell into the Container
+You can get a shell into the container with something like:
+
+#+BEGIN_SRC sh
+ 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: