Merge pull request #2882 from baude/remoteps

podman-remote ps
This commit is contained in:
OpenShift Merge Robot
2019-04-10 04:24:56 -07:00
committed by GitHub
10 changed files with 407 additions and 179 deletions

View File

@@ -52,6 +52,7 @@ var mainCommands = []*cobra.Command{
_loadCommand,
_logsCommand,
podCommand.Command,
&_psCommand,
_pullCommand,
_pushCommand,
_rmCommand,