-
I'm trying out the Docker example with lima 0.8.0 and getting an error "no such host" connecting to the unix socket when using Docker CLI. Connecting over SSH works fine though, am I doing something wrong?
|
Beta Was this translation helpful? Give feedback.
Answered by
jandubois
Dec 15, 2021
Replies: 2 comments
-
I suspect you have set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AkihiroSuda
-
That solved it, thanks a lot! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suspect you have set
DOCKER_TLS_VERIFY
in your environment. Unsetting it should fix your problem.