diff options
Diffstat (limited to 'cmd/podman/pod.go')
-rw-r--r-- | cmd/podman/pod.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/pod.go b/cmd/podman/pod.go index ed79f0711..a298ca32b 100644 --- a/cmd/podman/pod.go +++ b/cmd/podman/pod.go @@ -11,6 +11,7 @@ Pods are a group of one or more containers sharing the same network, pid and ipc ` podSubCommands = []cli.Command{ podCreateCommand, + podInspectCommand, podKillCommand, podPauseCommand, podPsCommand, |