summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-13 18:42:00 +0100
committerGitHub <noreply@github.com>2019-02-13 18:42:00 +0100
commit62d88558e7637b72ea9ef53d1b3a2d08f2c6a51e (patch)
tree94834334f7b22ae6e914a3cfabe68c9bf5bde968 /cmd/podman/main.go
parentdf52dac1e70ea04dc3de8e7372e23c47f06291d6 (diff)
parent7dcc21f21311ee1ff3fe6974d5926bec7d181e5c (diff)
downloadpodman-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/main.go')
-rw-r--r--cmd/podman/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 3facc146c..a6f0c500a 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -38,6 +38,7 @@ var mainCommands = []*cobra.Command{
_inspectCommand,
_killCommand,
_pullCommand,
+ _pushCommand,
_rmiCommand,
_tagCommand,
_versionCommand,