mirror of
https://github.com/containers/podman.git
synced 2025-12-05 21:32:22 +08:00
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>
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user