I try to install docker but I cannot start docker daemons. I'm on Debian bullseye. I was following this tutorial: https://docs.docker.com/desktop/install/debian/
However, when I type the command to start or enable the service I got the following error.
# sudo systemctl --user start docker-desktop
Failed to connect to bus: No file or directory of this type
# sudo systemctl --user enable docker-desktop
Failed to connect to bus: No file or directory of this type
I tried to search docker services with sudo service --status-all but I found none of them.
Does someone have an idea?