Merge pull request #2422 from baude/remotepodcreate

podman-remote create|ps
This commit is contained in:
OpenShift Merge Robot
2019-02-25 21:57:42 +01:00
committed by GitHub
10 changed files with 315 additions and 88 deletions

View File

@@ -92,9 +92,7 @@ func getContainerSubCommands() []*cobra.Command {
// Commands that the local client implements
func getPodSubCommands() []*cobra.Command {
return []*cobra.Command{
_podCreateCommand,
_podPauseCommand,
_podPsCommand,
_podRestartCommand,
_podStatsCommand,
_podTopCommand,