Fix update container resources
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
@@ -59,7 +59,7 @@ func (c *criContainerdService) startContainer(ctx context.Context,
|
||||
status *containerstore.Status) (retErr error) {
|
||||
id := cntr.ID
|
||||
meta := cntr.Metadata
|
||||
container := cntr.Container
|
||||
container := cntr.Container.Get()
|
||||
config := meta.Config
|
||||
|
||||
// Return error if container is not in created state.
|
||||
|
Reference in New Issue
Block a user