Hierarchical #cgroup is really cool. You can run systemd within docker.

While the benefits are not obvious.

Consider. being able to test / integration test large ansible playbooks that depend on ansible.builtin.service.

For those interested:

docker run --privileged --security-opt seccomp=unconfined --cgroup-parent=docker.slice --cgroupns private ...

Be sure to remove getty.target.wants in your docker image or you will drop out of your graphical session on the host.

#systemd #cgroupV2

What's new for .NET in Ubuntu 26.04 - .NET Blog

Ubuntu 26.04 (Resolute Raccoon) ships today with .NET 10. Here's how to install .NET 10 from the archive, use the new -resolute container tags, build Native AOT apps, and install .NET 8 and 9 from the dotnet-backports PPA.

.NET Blog