summaryrefslogtreecommitdiff
path: root/cmd/podman/pod.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-02-24 09:51:56 -0600
committerbaude <bbaude@redhat.com>2019-02-25 16:14:06 -0600
commit0416b3afc42fb9471c1fdb4555931dba86900e97 (patch)
tree3bb0ba69a66ae2665ca50a153593cb6fe4768ec3 /cmd/podman/pod.go
parentcf521449e5d11813571c5e9b86668fbefdd5aa99 (diff)
downloadpodman-0416b3afc42fb9471c1fdb4555931dba86900e97.tar.gz
podman-0416b3afc42fb9471c1fdb4555931dba86900e97.tar.bz2
podman-0416b3afc42fb9471c1fdb4555931dba86900e97.zip
podman-remote pod pause|unpause|restart
enable the ability for the remote client to pause, unpause, and restart pods. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/pod.go')
-rw-r--r--cmd/podman/pod.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/podman/pod.go b/cmd/podman/pod.go
index b4c6ca688..c1350bd4d 100644
--- a/cmd/podman/pod.go
+++ b/cmd/podman/pod.go
@@ -24,10 +24,13 @@ var podSubCommands = []*cobra.Command{
_podExistsCommand,
_podInspectCommand,
_podKillCommand,
+ _podPauseCommand,
_podPsCommand,
+ _podRestartCommand,
_podRmCommand,
_podStartCommand,
_podStopCommand,
+ _podUnpauseCommand,
}
func init() {