From 43a1686598c92c9e2a839909b8b5edb9f1b0f00f Mon Sep 17 00:00:00 2001 From: baude Date: Sat, 23 Feb 2019 19:36:19 -0600 Subject: 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 --- cmd/podman/pod.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/podman/pod.go') diff --git a/cmd/podman/pod.go b/cmd/podman/pod.go index 4c7c416ce..b4c6ca688 100644 --- a/cmd/podman/pod.go +++ b/cmd/podman/pod.go @@ -20,9 +20,11 @@ var podCommand = cliconfig.PodmanCommand{ //podSubCommands are implemented both in local and remote clients var podSubCommands = []*cobra.Command{ + _podCreateCommand, _podExistsCommand, _podInspectCommand, _podKillCommand, + _podPsCommand, _podRmCommand, _podStartCommand, _podStopCommand, -- cgit v1.2.3-54-g00ecf