Connect to docker daemon from a test on MacOS #3367
-
Is there a way to connect to locally running docker daemon from a test target? Example
Please version 17.17.0 |
Beta Was this translation helpful? Give feedback.
Answered by
chrisnovakovic
May 19, 2025
Replies: 1 comment 4 replies
-
This should work as-is, provided the user running Please has permission to read dockerd's socket file (e.g.
If you want the target to be able to invoke the local Docker daemon even when remote execution is enabled, you can add |
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
On Ubuntu, with
I get
and
docker info
works as expected, so perhaps this is a macOS-specific thing. Are you trying to connect to thedefault
context or todesktop-linux
?