set default shim if shim is nil for backward compatibility

Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
Lei Jitang 2016-07-05 07:43:56 -04:00
parent 1b3a81545c
commit 0b15e03da0
2 changed files with 7 additions and 2 deletions

View file

@ -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
}