Rename start to run

`runc run` is the command that will create and start a container in one
single command.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2016-05-13 15:49:45 -07:00
parent 88bb59e35f
commit 75fb70be01
18 changed files with 97 additions and 88 deletions
+1 -1
View File
@@ -96,8 +96,8 @@ func main() {
psCommand,
restoreCommand,
resumeCommand,
runCommand,
specCommand,
startCommand,
stateCommand,
updateCommand,
}