We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1a916 commit 5b822bdCopy full SHA for 5b822bd
main.go
@@ -171,7 +171,7 @@ func main() {
171
go cli.StartEvent(args, "server", localClient, "")
172
173
} else if args.Mode == "swarm" {
174
- localClient, err := docker.NewLocalClient(args.Hostname)
+ localClient, err := docker.NewLocalClient("")
175
if err != nil {
176
log.Fatal().Err(err).Msg("Could not create docker client")
177
}
0 commit comments