-
How to expose daemon on tcp://localhost:2375 without TLS on windows? I am using podman desktop with wsl, and I need to connent to wsl docker service from my host windows machine. I now its dumb question, but I wasn't able to find information on how to do it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Podman is printing in console during start:
But somehow gradle plugin "com.bmuschko.docker-remote-api" can't find that npipe. Even more, after I explicitly set DOCKER_HOST to npipe:////./pipe/docker_engine, I am keep getting " java.io.IOException: The pipe is being closed" |
Beta Was this translation helpful? Give feedback.
-
I fixed it by adding
|
Beta Was this translation helpful? Give feedback.
I fixed it by adding
-t 0
flag to podman.service in wsl