From adbc41a3f73fc5b7dcfacb3438b4ede6609f24ee Mon Sep 17 00:00:00 2001 From: baude Date: Sun, 28 Apr 2019 09:12:59 -0500 Subject: 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 --- cmd/podman/container.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd/podman/container.go') 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, -- cgit v1.2.3-54-g00ecf