'docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory. MacOS
It happens when I try "docker run -d -p 80:80 docker/getting-started". I thought it because I don't have enough memory, but after I freed some space problem didn't solve. I'm running out of ideas
Solution 1:[1]
For me it worked with
docker run -d -p 80:80 docker/getting-started
and
run docker ps
Command results:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 83c7a6026d05 docker/getting-started "/docker-entrypoint.…" 11 seconds ago Up 9 seconds 0.0.0.0:80->80/tcp festive_beaver
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | ??????? ?????? |