0

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?

Routfin
  • 397
  • 1
  • 11

1 Answers1

0

I'd recommend that you configure Docker to start on boot once you get it started using systemctl (i.e. sudo systemctl start docker) as others have suggested! Best of luck.

Eli Harper
  • 16
  • 3