Merge pull request #2402 from baude/remotepodinspect

podman-remote pod inspect|exists
This commit is contained in:
OpenShift Merge Robot
2019-02-22 21:12:49 +01:00
committed by GitHub
9 changed files with 125 additions and 15 deletions

View File

@@ -92,8 +92,6 @@ func getContainerSubCommands() []*cobra.Command {
func getPodSubCommands() []*cobra.Command {
return []*cobra.Command{
_podCreateCommand,
_podExistsCommand,
_podInspectCommand,
_podKillCommand,
_podPauseCommand,
_podPsCommand,