Merge pull request #2949 from baude/remotecontainercommands

podman-remote container commands
This commit is contained in:
OpenShift Merge Robot 2019-04-16 09:38:35 -07:00 committed by GitHub
commit a87cf6fef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -49,8 +49,6 @@ func getContainerSubCommands() []*cobra.Command {
_cleanupCommand,
_commitCommand,
_execCommand,
_exportCommand,
_killCommand,
_mountCommand,
_pauseCommand,
_portCommand,
@ -58,7 +56,6 @@ func getContainerSubCommands() []*cobra.Command {
_refreshCommand,
_restartCommand,
_restoreCommand,
_rmCommand,
_runlabelCommand,
_startCommand,
_statsCommand,
@ -66,7 +63,6 @@ func getContainerSubCommands() []*cobra.Command {
_topCommand,
_umountCommand,
_unpauseCommand,
_waitCommand,
}
}

View File

@ -54,10 +54,14 @@ var (
_containerExistsCommand,
_contInspectSubCommand,
_diffCommand,
_exportCommand,
_createCommand,
_killCommand,
_listSubCommand,
_logsCommand,
_runCommand,
_rmCommand,
_waitCommand,
}
)