Allow delete of created container

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2016-05-27 13:13:11 -07:00
parent 06fab0f860
commit 1d61abea46
9 changed files with 68 additions and 54 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ func runContainer(config *configs.Config, console string, args ...string) (buffe
Stderr: buffers.Stderr,
}
err = container.StartI(process)
err = container.Run(process)
if err != nil {
return buffers, -1, err
}