mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
checkpoint rm fail
Signed-off-by: Lifubang <lifubang@acmcoder.com>
This commit is contained in:
parent
82a4797499
commit
99a7a4dcd0
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ func (daemon *Daemon) CheckpointDelete(name string, config types.CheckpointDelet
|
|||
}
|
||||
checkpointDir, err := getCheckpointDir(config.CheckpointDir, config.CheckpointID, name, container.ID, container.CheckpointDir(), false)
|
||||
if err == nil {
|
||||
return os.RemoveAll(filepath.Join(checkpointDir, config.CheckpointID))
|
||||
return os.RemoveAll(checkpointDir)
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue