Announcing systemd v256
-
This post did not contain any content.
-
This post did not contain any content.
I'm just going to point out that besides containers, systemd can now manage virtual machines:
systemd version we added systemd-vmspawn. It's a small wrapper around qemu, which has the point of making it as nice and simple to use qemu as it is to use nspawn.
The idea is that we provide a roughly command line equivalent interface to VMs as for containers, so that it really is as easy to invoke a VM as it already is to invoke a container, supporting both boot from DDIs and boot from directories.
-
I'm just going to point out that besides containers, systemd can now manage virtual machines:
systemd version we added systemd-vmspawn. It's a small wrapper around qemu, which has the point of making it as nice and simple to use qemu as it is to use nspawn.
The idea is that we provide a roughly command line equivalent interface to VMs as for containers, so that it really is as easy to invoke a VM as it already is to invoke a container, supporting both boot from DDIs and boot from directories.
@TCB13 @petsoi It seems to me that systemd is going the exact opposite of the original Unix philosophy of make a tool for a specific task, make it do it's task well, and then use the necessary tools for the job, systemd is becoming one big piece of bloatware that gets in the way of use rather than helps it.