mirror of
https://github.com/containers/podman.git
synced 2025-12-07 14:20:44 +08:00
podman-remote create|ps
enable the podman-remote client to be able to create and list pods on a remote system. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -93,9 +93,7 @@ func getContainerSubCommands() []*cobra.Command {
|
||||
// Commands that the local client implements
|
||||
func getPodSubCommands() []*cobra.Command {
|
||||
return []*cobra.Command{
|
||||
_podCreateCommand,
|
||||
_podPauseCommand,
|
||||
_podPsCommand,
|
||||
_podRestartCommand,
|
||||
_podStatsCommand,
|
||||
_podTopCommand,
|
||||
|
||||
Reference in New Issue
Block a user