This is a tutorial for end-users on running the desktop Incus images.
In a nutshell, you run them as follows. That is, you add --console=vga
to get the Remote Viewer running. Also, you need to increase a bit the VM memory from the default 1GB. The Ubuntu image requires 1.2GB RAM
incus launch --vm images:ubuntu/plucky/desktop mydesktop -c limits.memory=3GiB --console=vga
Notes
- I could not get the ArchLinux VM image to boot. It gets stuck.
- There are also container images with
desktop
in their name. How are these supposed to run?