ctr: add commands: list and inspect

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2017-01-13 06:08:09 +00:00
parent abc1bf4dea
commit 8bd1b0d2e4
4 changed files with 85 additions and 1 deletions

View file

@ -38,6 +38,8 @@ containerd client
execCommand,
eventsCommand,
deleteCommand,
listCommand,
inspectCommand,
}
app.Before = func(context *cli.Context) error {
if context.GlobalBool("debug") {