Skip to content

ContainerKnowledge/LXD.Desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

LXD.Desktop

Guide:

Viewer

https://discuss.linuxcontainers.org/t/gui-in-virtual-machines-vms/9223

To access the Graphical console of a Virtual machine, follow the instructions below:

On Linux: Note: Package names might be different on certain distributions.

Install virt-viewer (remote-viewer) or spice-gtk-client (spicy) on your client system. Login with: lxc console --type=VGA

install:
sudo apt install virt-viewer

launch()

lxc launch images:ubuntu/22.04/desktop ubuntu --vm -c limits.cpu=4 -c limits.memory=4GiB --console=vga

start()

lxc start ubuntu --console=vga

About

# Guide: [How to launch an instantly functional Linux desktop VM with LXD](https://ubuntu.com/tutorials/how-to-launch-an-instantly-functional-linux-desktop-vm-with-lxd)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published