Update incus_lxd_lxc_kvm.md
This commit is contained in:
parent
2aba2c4a9d
commit
9dc1bc3b20
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue