set default shim if shim is nil for backward compatibility
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
1b3a81545c
commit
0b15e03da0
2 changed files with 7 additions and 2 deletions
|
@ -307,7 +307,7 @@ func (s *Supervisor) restore() error {
|
|||
continue
|
||||
}
|
||||
id := d.Name()
|
||||
container, err := runtime.Load(s.stateDir, id, s.timeout)
|
||||
container, err := runtime.Load(s.stateDir, id, s.shim, s.timeout)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue