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