mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
This commit from #182 got lost somehow
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user