fix: use this weird default

Closes coop-cloud/organising#207.
This commit is contained in:
decentral1se 2021-10-19 22:43:43 +02:00
parent dd4f2b48ec
commit 74bcb99c70
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func getConnectionHelper(daemonURL string, sshFlags []string) (*connhelper.Conne
Dialer: func(ctx context.Context, network, addr string) (net.Conn, error) {
return commandconnPkg.New(ctx, "ssh", append(sshFlags, sp.Args("docker", "system", "dial-stdio")...)...)
},
Host: daemonURL,
Host: "http://docker.example.com",
}, nil
}
// Future version may support plugins via ~/.docker/config.json. e.g. "dind"