From 929166353742366614cb9952efd09edc33988692 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Mon, 19 Sep 2016 12:49:06 -0700 Subject: [PATCH] Add ocid namespace to annotation Signed-off-by: Mrunal Patel --- server/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/container.go b/server/container.go index 91842ae8..5fed991a 100644 --- a/server/container.go +++ b/server/container.go @@ -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() { specgen.SetupPrivileged(true)