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>
This commit is contained in:
baude
2019-04-28 09:12:59 -05:00
parent eea77b5ae3
commit adbc41a3f7
7 changed files with 84 additions and 35 deletions

View File

@@ -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,