LXD LXC

Updated: 18 January 2025

See How to install a Windows 11 VM using LXD

List instances

lxc ls

Stop the instance called win11, with force

lxc stop --force win11

Start instance win11 and immediately attach to the console

lxc start win11 --console=vga

Delete container win11

lxc delete win11

Leave a comment