diff options
author | baude <bbaude@redhat.com> | 2019-02-23 19:36:19 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-02-25 09:10:09 -0600 |
commit | 43a1686598c92c9e2a839909b8b5edb9f1b0f00f (patch) | |
tree | e1fb43b63b951dd4f298e93edc868a3dcf2eb371 /cmd/podman/commands.go | |
parent | 4bf973a9f61eae3b02925a42ccfa784baeb917dc (diff) | |
download | podman-43a1686598c92c9e2a839909b8b5edb9f1b0f00f.tar.gz podman-43a1686598c92c9e2a839909b8b5edb9f1b0f00f.tar.bz2 podman-43a1686598c92c9e2a839909b8b5edb9f1b0f00f.zip |
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>
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 310ec8378..f0d3dbb39 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -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, |