Merge pull request #1356 from pidster/1355-add-swarm-to-system-containers

Add swarm-agent, swarm-agent master to sys container filters
This commit is contained in:
Paul Bellamy
2016-04-26 11:08:38 +01:00

View File

@@ -263,6 +263,7 @@ var systemContainerNames = map[string]struct{}{
}
var systemImagePrefixes = map[string]struct{}{
"swarm": {},
"weaveworks/scope": {},
"weaveworks/weavedns": {},
"weaveworks/weave": {},