Skip to content

Commit

Permalink
Merge pull request #1876 from buildpacks/bugfix/jjbustamante/issue-1870
Browse files Browse the repository at this point in the history
Fixing error connecting to a remote daemon over ssh
  • Loading branch information
jkutner authored Aug 26, 2023
2 parents c38f7da + cf7aa96 commit e03ab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/docker_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func tryInitSSHDockerClient() (dockerClient.CommonAPIClient, error) {
dockerClientOpts := []dockerClient.Opt{
dockerClient.WithVersion(client.DockerAPIVersion),
dockerClient.WithHTTPClient(httpClient),
dockerClient.WithHost("http://dummy/"),
dockerClient.WithHost("http://dummy"),
dockerClient.WithDialContext(dialContext),
}

Expand Down

0 comments on commit e03ab0b

Please sign in to comment.