diff --git a/server/container_create.go b/server/container_create.go index 74fbdfee..1acea7e2 100644 --- a/server/container_create.go +++ b/server/container_create.go @@ -532,6 +532,7 @@ func (s *Server) createSandboxContainer(ctx context.Context, containerID string, } specgen.AddAnnotation(annotations.Name, containerName) + specgen.AddAnnotation(annotations.ContainerID, containerID) specgen.AddAnnotation(annotations.SandboxID, sb.id) specgen.AddAnnotation(annotations.SandboxName, sb.infraContainer.Name()) specgen.AddAnnotation(annotations.ContainerType, annotations.ContainerTypeContainer)