But this time I was able o track where the problem was. And the Bluefin upgrade is not to blame. There is a service that does not automatically start and is essential for
starting LXC containers. Possibly a similar service in Docker is not started automatically at boot.
To fix it, I run this command:
sudo systemctl start libvirtd.service
and I am now back in business!
Couple of screenshots of the status before (throwing errors) and after:
I read somewhere - related to SilverBlue - that Docker and virtualization services are not started by default in order to keep the OS snappy. Let’s remember that Bluefin-DX is aimed at developing not serving applications. I we want those services starting at boot, we have to explicitly set them to do so.