summaryrefslogtreecommitdiff
path: root/cmd/podman/commands.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/commands.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/commands.go')
-rw-r--r--cmd/podman/commands.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go
index 4b0641d82..14451d944 100644
--- a/cmd/podman/commands.go
+++ b/cmd/podman/commands.go
@@ -17,7 +17,6 @@ func getMainCommands() []*cobra.Command {
_loginCommand,
_logoutCommand,
_mountCommand,
- _portCommand,
_refreshCommand,
_searchCommand,
_statsCommand,
@@ -45,7 +44,6 @@ func getContainerSubCommands() []*cobra.Command {
_commitCommand,
_execCommand,
_mountCommand,
- _portCommand,
_refreshCommand,
_restoreCommand,
_runlabelCommand,