You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I ran sudo bootc update and rebooted, the docker.socket fails to start.
One of the error messages for docker.socket after update:
Starting Docker Socket for the API...
docker.socket: Failed to resolve group docker: No such process
docker.socket: Control process exited, code=exited, status=216/GROUP
docker.socket: Failed with result 'exit-code'.
Failed to listen on Docker Socket for the API.
docker.socket: Failed to create listening socket (/run/docker.sock): Address already in use
docker.socket: Failed to listen on sockets: Address already in use
docker.socket: Failed with result 'resources'.
Failed to listen on Docker Socket for the API.
I then ran sudo bootc rollback and it worked without issues.
I then ran into the same issue when switching to the ghcr.io/centos-workstation/homeserver:latest
sudo bootc status
No staged image present
Current booted image: ghcr.io/centos-workstation/homeserver:latest
Image version: stream9 (2025-01-07 10:28:44 UTC)
Image digest: sha256:968cb0456518a671ef32350a5a776160404d14a6eae50cf516b0666dd1712769
Current rollback image: ghcr.io/castrojo/portainer-centos:latest
Image version: main (2025-01-02 01:13:24.265 UTC)
Image digest: sha256:fc37ff0cc416789399d78951f795c1da9008a8604269966bb72d09c8ba7eb4b1
I understand this is a very new project and that I am testing in a Virtual Machine, so I don't mind reinstalling as well.
The text was updated successfully, but these errors were encountered:
After I ran
sudo bootc update
and rebooted, the docker.socket fails to start.One of the error messages for docker.socket after update:
I then ran
sudo bootc rollback
and it worked without issues.I then ran into the same issue when switching to the
ghcr.io/centos-workstation/homeserver:latest
sudo bootc status
I understand this is a very new project and that I am testing in a Virtual Machine, so I don't mind reinstalling as well.
The text was updated successfully, but these errors were encountered: