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 ac2e113 commit 1930946Copy full SHA for 1930946
internals/discovery/discovery.go
@@ -15,7 +15,7 @@ import (
15
"github.com/moby/moby/client"
16
)
17
18
-var containerHosts map[string][]string
+var containerHosts = map[string][]string{}
19
20
var containers []container.Summary
21
0 commit comments