Resolve Could Not Connect to Docker Daemon Error in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• The following resolution is for if you receive could not connect to the Docker daemon error.

• Type docker ps and press the “return” key to see if Docker is running locally.

• Press the “command” key and spacebar to launch Spotlight Search, type “docker” and select the “Docker” application.

• Docker Desktop will launch.

• Return to the Terminal, press the up key to recall docker ps and press the “return” key and you will see Docker running this time around.