mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
+1
-1
@@ -40,7 +40,7 @@ checkpointed.`,
|
||||
}
|
||||
status, err := container.Status()
|
||||
if err != nil {
|
||||
return(err)
|
||||
return err
|
||||
}
|
||||
if status == libcontainer.Created {
|
||||
fatalf("Container cannot be checkpointed in created state")
|
||||
|
||||
Reference in New Issue
Block a user