From 0416b3afc42fb9471c1fdb4555931dba86900e97 Mon Sep 17 00:00:00 2001 From: baude Date: Sun, 24 Feb 2019 09:51:56 -0600 Subject: podman-remote pod pause|unpause|restart enable the ability for the remote client to pause, unpause, and restart pods. Signed-off-by: baude --- cmd/podman/commands.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmd/podman/commands.go') diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 20eb0f490..fadcca689 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -92,11 +92,8 @@ func getContainerSubCommands() []*cobra.Command { // Commands that the local client implements func getPodSubCommands() []*cobra.Command { return []*cobra.Command{ - _podPauseCommand, - _podRestartCommand, _podStatsCommand, _podTopCommand, - _podUnpauseCommand, } } -- cgit v1.2.3-54-g00ecf