enable podman remote top

add the ability for the remote client to display a container's running
processes.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-04-24 15:57:37 -05:00
parent a01c62fcbd
commit c4dd7c5813
9 changed files with 74 additions and 27 deletions

View File

@@ -21,7 +21,6 @@ func getMainCommands() []*cobra.Command {
_refreshCommand,
_searchCommand,
_statsCommand,
_topCommand,
}
if len(_varlinkCommand.Use) > 0 {
@@ -53,7 +52,6 @@ func getContainerSubCommands() []*cobra.Command {
_runlabelCommand,
_statsCommand,
_stopCommand,
_topCommand,
_umountCommand,
}
}