Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| computers:linux:incus_tips [2024/08/19 14:35] – created wikiadmin | computers:linux:incus_tips [2024/08/23 16:15] (current) – wikiadmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== Incus Tips ==== | ==== 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:// | ||
| + | |||
| + | 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 | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === Add Shared Folder === | ||
| + | The following adds a shared folder to an instance. The // | ||
| + | < | ||
