diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-02 19:58:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-02 19:58:19 +0200 |
commit | f4f06be9f204cdeae0dcbf74e3b57189355239fa (patch) | |
tree | 288ac0d443e2ccc218f6b08deb1c13019f3e870a /cmd/podman/container.go | |
parent | 4ffd02e5503b4033e0b0c5362497754b953d7c44 (diff) | |
parent | adbc41a3f73fc5b7dcfacb3438b4ede6609f24ee (diff) | |
download | podman-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/container.go')
-rw-r--r-- | cmd/podman/container.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/podman/container.go b/cmd/podman/container.go index b3058bf12..6a3badc41 100644 --- a/cmd/podman/container.go +++ b/cmd/podman/container.go @@ -60,8 +60,9 @@ var ( _listSubCommand, _logsCommand, _pauseCommand, - _restartCommand, + _portCommand, _pruneContainersCommand, + _restartCommand, _runCommand, _rmCommand, _startCommand, |