Add create and start command for container lifecycle

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2016-05-13 16:54:16 -07:00
parent 75fb70be01
commit 3fe7d7f31e
13 changed files with 209 additions and 29 deletions
+2
View File
@@ -86,6 +86,7 @@ func main() {
}
app.Commands = []cli.Command{
checkpointCommand,
createCommand,
deleteCommand,
eventsCommand,
execCommand,
@@ -98,6 +99,7 @@ func main() {
resumeCommand,
runCommand,
specCommand,
startCommand,
stateCommand,
updateCommand,
}