Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default socket for Windows #33

Closed
avsej opened this issue Feb 22, 2024 · 1 comment
Closed

Default socket for Windows #33

avsej opened this issue Feb 22, 2024 · 1 comment

Comments

@avsej
Copy link
Member

avsej commented Feb 22, 2024

Windows is using npipe:////./pipe/docker_engine as default socket for Docker: https://github.com/docker/go-docker/blob/4daae26030ad00e348edddff9767924ae57a3b82/client_windows.go#L3-L4

cbdinocluster should test it in addition to default Unix socket

Checking for Docker installation at `/var/run/docker.sock`... not found.
Defaulting to docker host from environment.
What docker host should we use? []: npipe:////./pipe/docker_engine
Pinging the docker host to confirm it works...
Success!
@avsej
Copy link
Member Author

avsej commented Feb 26, 2024

Fixed in 14f9690 and #36.

@avsej avsej closed this as completed Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant