From 79de8a2fc5b95141d02c917231214087a9be8edf Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Fri, 29 Apr 2016 16:08:11 -0700 Subject: [PATCH] Add missing state command to command list Signed-off-by: Mrunal Patel --- ctr/container.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ctr/container.go b/ctr/container.go index 58a5738..434baba 100644 --- a/ctr/container.go +++ b/ctr/container.go @@ -55,6 +55,7 @@ var contSubCmds = []cli.Command{ pauseCommand, resumeCommand, startCommand, + stateCommand, statsCommand, watchCommand, updateCommand,