Merge pull request #2322 from baude/remotepush

podman-remote push
This commit is contained in:
OpenShift Merge Robot
2019-02-13 18:42:00 +01:00
committed by GitHub
9 changed files with 235 additions and 230 deletions

View File

@@ -27,7 +27,6 @@ func getMainCommands() []*cobra.Command {
_mountCommand,
_pauseCommand,
_portCommand,
_pushCommand,
_refreshCommand,
_restartCommand,
_restoreCommand,
@@ -57,7 +56,6 @@ func getImageSubCommands() []*cobra.Command {
return []*cobra.Command{
_buildCommand,
_loadCommand,
_pushCommand,
_saveCommand,
_signCommand,
}