This commit is contained in:
Mrunal Patel 2016-09-20 08:32:20 +00:00 committed by GitHub
commit d6fa23c45b

View file

@ -129,7 +129,7 @@ func (s *Server) createSandboxContainer(name, podSandboxID string, SandboxConfig
} }
} }
specgen.AddAnnotation("pod_sandbox_id", podSandboxID) specgen.AddAnnotation("ocid/pod_sandbox_id", podSandboxID)
if containerConfig.GetPrivileged() { if containerConfig.GetPrivileged() {
specgen.SetupPrivileged(true) specgen.SetupPrivileged(true)