Merge pull request #1298 from miaoyq/add-start-cmd

Add `start` subcommand in `ctr`.
This commit is contained in:
Michael Crosby
2017-08-07 10:21:35 -04:00
committed by GitHub
2 changed files with 88 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ containerd CLI
rootfsCommand,
runCommand,
snapshotCommand,
startCommand,
taskListCommand,
versionCommand,
}, extraCmds...)