diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |