From b8170313e4143ce805962749d16d7243681e3bc0 Mon Sep 17 00:00:00 2001 From: Peter Bourgon Date: Tue, 9 Jun 2015 18:08:02 +0200 Subject: [PATCH] This commit from #182 got lost somehow --- probe/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probe/main.go b/probe/main.go index c6fb602a2..8edf4a41b 100644 --- a/probe/main.go +++ b/probe/main.go @@ -65,7 +65,7 @@ func main() { defer publisher.Close() taggers := []tag.Tagger{tag.NewTopologyTagger()} - if *dockerTagger { + if *dockerTagger && runtime.GOOS == "Linux" { t, err := tag.NewDockerTagger(*procRoot, *dockerInterval) if err != nil { log.Fatalf("failed to start docker tagger: %v", err)