Merge pull request #628 from mrunalp/annotation_id
container: Add containerID to annotations for the container
This commit is contained in:
commit
da7ecdc7f8
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