summaryrefslogtreecommitdiff
path: root/cmd/podman/container.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-04-28 09:12:59 -0500
committerbaude <bbaude@redhat.com>2019-05-01 09:13:18 -0500
commitadbc41a3f73fc5b7dcfacb3438b4ede6609f24ee (patch)
tree47395fd6da0d6747ff196e32f349218f1e0a3694 /cmd/podman/container.go
parenteea77b5ae3e7fb8a60d438a79d3a4b30d35bb67c (diff)
downloadpodman-adbc41a3f73fc5b7dcfacb3438b4ede6609f24ee.tar.gz
podman-adbc41a3f73fc5b7dcfacb3438b4ede6609f24ee.tar.bz2
podman-adbc41a3f73fc5b7dcfacb3438b4ede6609f24ee.zip
podman-remote port
add the port command to the remote client. this allows users to displa port information about their host system from the remote client Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/container.go')
-rw-r--r--cmd/podman/container.go3
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,