container: Add containerID to annotations for the container
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
parent
4d46ae6e1e
commit
975347b874
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue