I followed all the guidelines in the docker documentation to install on my linux ubuntu 22.02, but when trying to give the command
sudo docker run hello-world
The error is returned to me
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
Can anybody help me?