Skip to content

osx / first run: Docker event stream returned error: Cannot connect to the Docker daemon at... #459

Answered by meeech
meeech asked this question in Q&A
Discussion options

You must be logged in to vote

Solution I found:

the docker.sock was not in /var/run/docker.sock but in /Users/<username>/.docker/run/docker.sock so you can do

DOCKER_HOST=unix:///Users/<username>/.docker/run/docker.sock lazydocker.

if you prefer, it looks like ln -s will work as well

sudo ln -s /Users/<username>/.docker/run/docker.sock /var/run/docker.sock

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@GabCostaSilva
Comment options

@sinhadeepak1115
Comment options

Answer selected by meeech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants