This is an old revision of the document!
Incus Tips
With the license changes made by Canonical, I've migrated my virtualization environment over to Incus.
Remote Display in Incus Container
I recently needed to include an X11 desktop environment in one of my containers. I wanted to capture this simple solution provided by nanjj over at https://discuss.linuxcontainers.org/t/running-x11-software-in-incus-container/18180/6
You first want to create a user in the container then install the following:
% sudo apt-get install xfce4 xrdp % sudo systemctl start xrdp.service
