README: Destroy container before fatal

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
Qiang Huang 2016-05-28 14:41:06 +08:00
parent 392a659733
commit 468428fe3d
1 changed files with 1 additions and 1 deletions

View File

@ -186,8 +186,8 @@ process := &libcontainer.Process{
err := container.Start(process)
if err != nil {
logrus.Fatal(err)
container.Destroy()
logrus.Fatal(err)
return
}