
Last login: Sat Feb 12 15:03:21 on console
% docker run hello-world
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock.
Is the docker daemon running?.
See 'docker run --help'.
If you try to execute the Docker run command in Terminal and you get the above error, then it's because Docker Desktop is not running.
Fix:- Go to Spotlight Search,
- Type: Docker and open the App
- You would see it on your Apple Menu bar,
- Make sure you see: "Docker is running"

Make sure docker is running
% docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
93288797bd35: Pull complete
Digest: sha256:97a379f4f88575512824f3b352bc03cd75e239179eea0fecc38e597b2209f49a
Status: Downloaded newer image for hello-world:latest
Hello from Docker!
Comments:
- anaonymous: you saved my day! .. thank you :)
11 Jun 2202 01:01:24 GMT
- Further comments disabled!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!