diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-24 03:13:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-24 03:13:25 +0100 |
commit | cc4adddeb77ef38ecd36be04e95685b2e7b8b86c (patch) | |
tree | 9dffece816ad32c2c0b7651cb7c88be70954a88f /cmd/podman/commands.go | |
parent | 8e4be923b83aadfaa58569326119890ed9c1d459 (diff) | |
parent | 4bf973a9f61eae3b02925a42ccfa784baeb917dc (diff) | |
download | podman-cc4adddeb77ef38ecd36be04e95685b2e7b8b86c.tar.gz podman-cc4adddeb77ef38ecd36be04e95685b2e7b8b86c.tar.bz2 podman-cc4adddeb77ef38ecd36be04e95685b2e7b8b86c.zip |
Merge pull request #2413 from baude/remotepodstop
Enable more podman-remote pod commands
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index d8fc44c2f..310ec8378 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -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, } |