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") {