Update incus_lxd_lxc_kvm.md

This commit is contained in:
Jip-Hop 2024-01-27 12:21:23 +01:00
parent 2aba2c4a9d
commit 9dc1bc3b20
1 changed files with 2 additions and 2 deletions

View File

@ -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: 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 startup=0
docker_compatible=1 docker_compatible=1
@ -25,8 +27,6 @@ systemd_run_default_args=--property=KillMode=mixed --property=Type=notify --prop
systemd_nspawn_default_args=--keep-unit --quiet --boot 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/). Check out [First steps with Incus](https://linuxcontainers.org/incus/docs/main/tutorial/first_steps/).
## Create Ubuntu Desktop VM ## Create Ubuntu Desktop VM