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

Add docker rootless support for macOS and desktop for Linux #6907

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

eddumelendez
Copy link
Member

Docker Desktop for Linux installs the socket path at
/home/username/.docker/desktop/docker.sock. In Docker Desktop
for Mac 4.18, there is an option to disable the default Docker socket
(/var/run/docker.sock) and rely on /home/username/.docker/run/docker.sock
instead.

Fixes #6426

Docker Desktop for Linux installs the socket path at
`/home/username/.docker/desktop/docker.sock`. In Docker Desktop
for Mac 4.18, there is an option to disable the default Docker socket
(/var/run/docker.sock) and rely on `/home/username/.docker/run/docker.sock`
instead.

Fixes #6426
@eddumelendez eddumelendez requested a review from a team as a code owner April 10, 2023 19:18
@eddumelendez eddumelendez added this to the next milestone Apr 11, 2023
@eddumelendez eddumelendez merged commit 0bf52a9 into main Apr 11, 2023
@eddumelendez eddumelendez deleted the new_docker_paths branch April 11, 2023 15:07
eddumelendez added a commit that referenced this pull request May 8, 2023
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
1 participant