Created
October 25, 2022 16:43
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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