[sandbox] Implement sandbox controller
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
@@ -324,7 +324,8 @@ func (m *ShimManager) Get(ctx context.Context, id string) (ShimProcess, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return proc, nil
|
||||
shimTask := proc.(*shimTask)
|
||||
return shimTask, nil
|
||||
}
|
||||
|
||||
// Delete a runtime task
|
||||
|
||||
Reference in New Issue
Block a user