You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/templates/incus/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@ Develop in an Incus System Container and run nested Docker containers using Incu
14
14
1. Install [Incus](https://linuxcontainers.org/incus/) on the same machine as Coder.
15
15
2. Allow Coder to access the Incus socket.
16
16
17
-
- If you're running Coder as system service, run `sudo usermod -aG incus coder` and restart the Coder service.
18
-
- If you're running Coder as a Docker Compose service, get the group ID of the `incus` group by running `getent group incus` and add the following to your `compose.yaml` file:
17
+
- If you're running Coder as system service, run `sudo usermod -aG incus-admin coder` and restart the Coder service.
18
+
- If you're running Coder as a Docker Compose service, get the group ID of the `incus-admin` group by running `getent group incus-admin` and add the following to your `compose.yaml` file:
0 commit comments