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/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/main.go') diff --git a/cmd/podman/main.go b/cmd/podman/main.go index a0f1cf401..540d4d9ad 100644 --- a/cmd/podman/main.go +++ b/cmd/podman/main.go @@ -47,6 +47,7 @@ var mainCommands = []*cobra.Command{ _logsCommand, _pauseCommand, podCommand.Command, + _portCommand, &_psCommand, _pullCommand, _pushCommand, -- cgit v1.2.3-54-g00ecf