Is it safe to symlink docker.sock in MacOS ? #4038
-
Hi everyone, I have some workloads that are hardwired to /var/run/docker.sock, which is now owned by Docker Desktop. Is it safe to replace it dynamically when switching to Lima? Are there any other best practices I might be missing? |
Beta Was this translation helpful? Give feedback.
Answered by
paolomainardi
Sep 16, 2025
Replies: 1 comment 4 replies
-
It is "safe" to replace it with your symlink, but Docker Desktop may switch it back to itself if you start it again, I don't know. Best practice would be to use a docker context, or the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it works with rootful.