diff options
author | Frederick Muriuki Muriithi | 2023-11-10 09:18:31 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-11-10 09:18:31 +0300 |
commit | 5dd4992d23f7b60e69503b55cbdfd4693b3079f2 (patch) | |
tree | 2c7a03eaf6d7435191aaab7b125916d2e24325e8 | |
parent | 6ec43bb23d54521b0c9161cff38ff42e024fa081 (diff) | |
download | gn-machines-5dd4992d23f7b60e69503b55cbdfd4693b3079f2.tar.gz |
Add documentation on connecting to container.
-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: |