Skip to content

Commit 1930946

Browse files
committed
initialize hostmap
1 parent ac2e113 commit 1930946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internals/discovery/discovery.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/moby/moby/client"
1616
)
1717

18-
var containerHosts map[string][]string
18+
var containerHosts = map[string][]string{}
1919

2020
var containers []container.Summary
2121

0 commit comments

Comments
 (0)