Troubleshooting of docker errors: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(Created page with "Troubleshooting of docker errors == Error response from daemon: dial unix docker.raw.sock: connect: connection refused (on Mac) == Error condition: After I inputed the comman...")
(No difference)

Revision as of 04:54, 11 February 2021

Troubleshooting of docker errors

Error response from daemon: dial unix docker.raw.sock: connect: connection refused (on Mac)

Error condition: After I inputed the command docker ps, I met the error message as follows:

Error response from daemon: dial unix docker.raw.sock: connect: connection refused

Solution: Make sure the docker is running. After docker was lunched, the result of command docker ps should be:

CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES


Troubleshooting of ...

Template