summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-02 19:58:19 +0200
committerGitHub <noreply@github.com>2019-05-02 19:58:19 +0200
commitf4f06be9f204cdeae0dcbf74e3b57189355239fa (patch)
tree288ac0d443e2ccc218f6b08deb1c13019f3e870a /cmd/podman/main.go
parent4ffd02e5503b4033e0b0c5362497754b953d7c44 (diff)
parentadbc41a3f73fc5b7dcfacb3438b4ede6609f24ee (diff)
downloadpodman-f4f06be9f204cdeae0dcbf74e3b57189355239fa.tar.gz
podman-f4f06be9f204cdeae0dcbf74e3b57189355239fa.tar.bz2
podman-f4f06be9f204cdeae0dcbf74e3b57189355239fa.zip
Merge pull request #3035 from baude/remoteport
podman-remote port
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 f501ee674..d2ae6a73a 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -45,6 +45,7 @@ var mainCommands = []*cobra.Command{
_logsCommand,
_pauseCommand,
podCommand.Command,
+ _portCommand,
&_psCommand,
_pullCommand,
_pushCommand,