diff options
author | baude <bbaude@redhat.com> | 2019-04-24 15:57:37 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-04-25 14:44:14 -0500 |
commit | c4dd7c5813078acbe871aae37644bfff3163d160 (patch) | |
tree | 779caad2670afddd36621cbee9198a913d4b7c3f /cmd/podman/commands.go | |
parent | a01c62fcbde1afdc77aa05b71c3c84ddacf7fc55 (diff) | |
download | podman-c4dd7c5813078acbe871aae37644bfff3163d160.tar.gz podman-c4dd7c5813078acbe871aae37644bfff3163d160.tar.bz2 podman-c4dd7c5813078acbe871aae37644bfff3163d160.zip |
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>
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 7680d6df2..c43ecec5c 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -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, } } |