|
|
|
|
|
by tarruda
873 days ago
|
|
For Linux I highly recommend Incus/LXD. Launching a VM is as simple as ```
incus launch images:ubuntu/22.04 --vm my-ubuntu-vm
``` After launching, access a shell with: ```
incus exec my-ubuntu-vm /bin/bash
``` Incus/LXD also works with system containers. |
|
systemd-nspawn is very simple and lightweight and emulates a real Linux machine very well. You can take an arbitrary root partition based on systemd and boot it using systemd-nspawn and it will just work.