mirror of
https://github.com/containers/podman.git
synced 2025-12-05 21:32:22 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user