From d0166c42ce6cf57fd7c4510e318e64970871e299 Mon Sep 17 00:00:00 2001 From: Kenfe-Mickael Laventure Date: Tue, 18 Jul 2017 10:13:27 +0200 Subject: [PATCH] Register content command with ctr Signed-off-by: Kenfe-Mickael Laventure --- cmd/ctr/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/ctr/main.go b/cmd/ctr/main.go index 3fa292f76..47cb93a2f 100644 --- a/cmd/ctr/main.go +++ b/cmd/ctr/main.go @@ -83,6 +83,7 @@ containerd CLI psCommand, applyCommand, rootfsCommand, + contentCommand, }, extraCmds...) app.Before = func(context *cli.Context) error { if context.GlobalBool("debug") {