mirror of
https://github.com/containers/podman.git
synced 2025-12-07 14:20:44 +08:00
Enable more podman-remote pod commands
enable pod start, stop, and kill subcommands for the remote-client. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -94,13 +94,10 @@ func getContainerSubCommands() []*cobra.Command {
|
||||
func getPodSubCommands() []*cobra.Command {
|
||||
return []*cobra.Command{
|
||||
_podCreateCommand,
|
||||
_podKillCommand,
|
||||
_podPauseCommand,
|
||||
_podPsCommand,
|
||||
_podRestartCommand,
|
||||
_podStartCommand,
|
||||
_podStatsCommand,
|
||||
_podStopCommand,
|
||||
_podTopCommand,
|
||||
_podUnpauseCommand,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user