Skip to content

Instantly share code, notes, and snippets.

@wenboown
Created October 25, 2022 16:43
Show Gist options
  • Select an option

  • Save wenboown/02f06514f9d960126f5c7afded143d34 to your computer and use it in GitHub Desktop.

Select an option

Save wenboown/02f06514f9d960126f5c7afded143d34 to your computer and use it in GitHub Desktop.
fix docker 4.13.0 daemon missing error: unix:///var/run/docker.sock
Thanks for the report! we're talking about this internally. We removed the /var/run symlink but dev environments was still using it. More discussion here: #6529
Another workaround is to manually create the symlink:
sudo ln -s "$HOME/.docker/run/docker.sock" /var/run/docker.sock
ref: https://github.com/docker/for-mac/issues/6531#issuecomment-1288237259
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment