Merge pull request #7792 from mxpv/sb-shutdown
This commit is contained in:
@@ -178,7 +178,7 @@ var removeCommand = cli.Command{
|
||||
}
|
||||
}
|
||||
|
||||
err = sandbox.Delete(ctx)
|
||||
err = sandbox.Shutdown(ctx)
|
||||
if err != nil {
|
||||
log.G(ctx).WithError(err).Errorf("failed to shutdown sandbox %s", id)
|
||||
continue
|
||||
|
Reference in New Issue
Block a user