Skip to content

Commit

Permalink
Update incus_lxd_lxc_kvm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jip-Hop committed Jan 27, 2024
1 parent 2aba2c4 commit 9dc1bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/incus_lxd_lxc_kvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

Create a debian 12 jail and [install incus](https://github.com/zabbly/incus#installation). Also install the `incus-ui-canonical` package to install the web interface. Ensure the config file looks like the below:

Run `modprobe vhost_vsock` on the TrueNAS host.

```
startup=0
docker_compatible=1
Expand All @@ -25,8 +27,6 @@ systemd_run_default_args=--property=KillMode=mixed --property=Type=notify --prop
systemd_nspawn_default_args=--keep-unit --quiet --boot
```

Run `modprobe vhost_vsock` on the TrueNAS host. TODO: Check if this is really required.

Check out [First steps with Incus](https://linuxcontainers.org/incus/docs/main/tutorial/first_steps/).

## Create Ubuntu Desktop VM
Expand Down

0 comments on commit 9dc1bc3

Please sign in to comment.