This commit is contained in:
Di Xu
2017-02-21 18:41:27 +08:00
parent 6a65964d0e
commit 49098d08b7

View File

@@ -47,7 +47,7 @@ func containerProvidesPodIP(containerName string) bool {
} }
func containerIsNetworked(containerName string) bool { func containerIsNetworked(containerName string) bool {
return false return containerName == PodInfraContainerName
} }
// Returns nil as both Seccomp and AppArmor security options are not valid on Windows // Returns nil as both Seccomp and AppArmor security options are not valid on Windows