Skip to content

Commit

Permalink
cluster: use the same socket the docker-desktop GUI uses (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks authored Jan 14, 2022
1 parent f6641db commit 37bafee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/docker_desktop_dial.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func dockerDesktopSocketPaths() ([]string, error) {
filepath.Join(homedir, "Library/Containers/com.docker.docker/Data/gui-api.sock"),

// Newer versions of docker desktop use this socket.
filepath.Join(homedir, "Library/Containers/com.docker.docker/Data/backend.sock"),
filepath.Join(homedir, "Library/Containers/com.docker.docker/Data/backend.native.sock"),
}, nil
}

Expand Down

0 comments on commit 37bafee

Please sign in to comment.