We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a116e24 commit 7be9defCopy full SHA for 7be9def
1 file changed
guix/README.md
@@ -17,10 +17,21 @@ as a playground for ideas.
17
- This is needed for the remote Guix instance to accept packages we build
18
locally.
19
20
+**Testing**
21
+
22
+```sh
23
+# Note that you presently need to run this as root, see
24
+# https://codeberg.org/guix/guix/issues/4788
25
+sudo $(guix system container --network machines/turing.scm)
26
+# This uses your local host network. Use the `guix system container exec`
27
+# command that prints to get a shell into the container. You can also use
28
+# `guix system vm` or `guix system image` for a OCI-compatible image.
29
+```
30
31
**Deploying**
32
33
```sh
34
# Optional, but recommended
35
# guix pull
-guix deploy turing.scm
36
+guix deploy deployment.scm
37
```
0 commit comments