diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-13 18:42:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 18:42:00 +0100 |
commit | 62d88558e7637b72ea9ef53d1b3a2d08f2c6a51e (patch) | |
tree | 94834334f7b22ae6e914a3cfabe68c9bf5bde968 /cmd/podman/commands.go | |
parent | df52dac1e70ea04dc3de8e7372e23c47f06291d6 (diff) | |
parent | 7dcc21f21311ee1ff3fe6974d5926bec7d181e5c (diff) | |
download | podman-62d88558e7637b72ea9ef53d1b3a2d08f2c6a51e.tar.gz podman-62d88558e7637b72ea9ef53d1b3a2d08f2c6a51e.tar.bz2 podman-62d88558e7637b72ea9ef53d1b3a2d08f2c6a51e.zip |
Merge pull request #2322 from baude/remotepush
podman-remote push
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 71eb35048..90e2ab5cf 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -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, } |