Add swarm-agent, swarm-agent master to sys container filters

This commit is contained in:
pidster
2016-04-20 11:59:23 +01:00
parent 8f3402f3e6
commit 9e59a3eace

View File

@@ -250,12 +250,14 @@ func FilterApplication(r Renderer) Renderer {
}
var systemContainerNames = map[string]struct{}{
"weavescope": {},
"weavedns": {},
"weave": {},
"weaveproxy": {},
"weaveexec": {},
"ecs-agent": {},
"weavescope": {},
"weavedns": {},
"weave": {},
"weaveproxy": {},
"weaveexec": {},
"ecs-agent": {},
"swarm-agent" {},
"swarm-agent-master" {},
}
var systemImagePrefixes = map[string]struct{}{