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

Support Docker Desktop paths for Linux and Mac #7058

Merged
merged 5 commits into from May 30, 2023
Merged

Conversation

eddumelendez
Copy link
Member

@eddumelendez eddumelendez commented May 29, 2023

Docker provides additional paths to support Docker
Desktop.

  • Linux: ~/.docker/desktop/docker.sock
  • MacOS: ~/.docker/run/docker.sock

Also, ryuk should use /var/run/docker.sock.

Fixes #6426

Docker provides additional paths to support Rootless via Docker
Desktop.

* Linux: ~/.docker/desktop/docker.sock
* MacOS: ~/.docker/run/docker.sock

Also, `ryuk` should use `/var/run/docker.sock`.
@eddumelendez eddumelendez requested a review from a team as a code owner May 29, 2023 19:19
@eddumelendez eddumelendez added this to the next milestone May 29, 2023
@eddumelendez eddumelendez changed the title Support Docker Desktop Rootless paths for Linux and Mac Support Docker Desktop paths for Linux and Mac May 30, 2023
eddumelendez and others added 2 commits May 30, 2023 11:27
…tProviderStrategy.java

Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
@eddumelendez eddumelendez merged commit 86235b4 into main May 30, 2023
85 checks passed
@eddumelendez eddumelendez deleted the rootless_desktop branch May 30, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: Support Docker desktop on Linux
2 participants