Research
Before marked as dupe, I have done my research. I've tried the suggestion as well to add $USER to docker group, and log out, log in, even restart, execute newgrp docker
all that is donehere
I just did what is written here in the docs to install Docker Desktop via the deb package, including the pre-requsite set-up repository here, plus the post-install step which mentioned adding user to docker group. Note I didn't install the Docker Engine, because I thought its not necessary for Docker Desktop, this is correct right?
It seems like I have entirely different problem
Result
After installation I just simply run this systemctl --user start docker-desktop
which opens up the DD (Docker Desktop) and it just says "docker desktop starting .. "
Here's some maybe related result throughout my research:
sudo docker run hello-world
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
docker run hello-world
docker: Cannot connect to the Docker daemon at unix:///home/name/.docker/desktop/docker.sock. Is the docker daemon running?.See 'docker run --help'.
ls -la /var/run/docker.sock
srw-rw---- 1 root docker 0 9月 26 22:53 /var/run/docker.sock
docker version
Error response from daemon: dial unix docker.raw.sock: connect: no such file or directoryClient: Docker Engine - Community Cloud integration: v1.0.29 Version: 20.10.18 API version: 1.41 Go version: go1.18.6 Git commit: b40c2f6 Built: Thu Sep 8 23:11:43 2022 OS/Arch: linux/amd64 Context: desktop-linux Experimental: true
service docker status
orsudo systemctl restart docker
Unit docker.service could not be found.
Number 5 is really weird, something I don't find in other posts. How to fix the "Unit docker.service could not be found." error?, here just mention about installing from snap, but not my case.
Any help is greatly appreciated, I've been stuck for ~6 hours try debugging this 🙏