-
-
Notifications
You must be signed in to change notification settings - Fork 519
Description
Describe the bug
When I run 'ujust install-docker' and then reboot, the docker service isn't running. When I attempt to start the service with 'systemctl start docker' I get the error message "Failed to start docker.service: Unit docker.service not found."
What did you expect to happen?
I expected the docker service to be installed, and to start automatically after it's installed, thus allowing me to run docker images.
Output of rpm-ostree status
State: idle
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome:stable
Digest: sha256:fd884c23497e08b860aa4c12763d17584a45641d05b6bff6c76c698c32254b53
Version: 41.20250106.3 (2025-01-07T04:22:09Z)
LayeredPackages: dnfdragora
ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome:stable
Digest: sha256:fd884c23497e08b860aa4c12763d17584a45641d05b6bff6c76c698c32254b53
Version: 41.20250106.3 (2025-01-07T04:22:09Z)
Hardware
AMD 5900X + 6900X, AM4 x570, 32GB DDR4, NVME storage
Extra information or context
I need docker to be up and running for some testing, and I don't want to test outside of a container. When I saw the ujust menu entry 'ujust install-docker' I thought I was golden. But then it just doesn't work, and there aren't any error messages. And when I try to invoke docker from the command line, it just can't find the program. The weird thing is that the whole system seems to be dependent on docker, so it must be available. Am I going crazy?