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:
baude
2019-02-23 19:36:19 -06:00
parent 4bf973a9f6
commit 43a1686598
10 changed files with 315 additions and 88 deletions

View File

@@ -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,