mirror of
https://github.com/containers/podman.git
synced 2025-12-08 14:48:48 +08:00
rootless: fix pod top
we need to join the namespace of the target pod. Closes: https://github.com/containers/libpod/issues/2682 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@@ -75,6 +75,7 @@ var cmdsNotRequiringRootless = map[*cobra.Command]bool{
|
||||
_podKillCommand: true,
|
||||
_podStatsCommand: true,
|
||||
_podStopCommand: true,
|
||||
_podTopCommand: true,
|
||||
_restartCommand: true,
|
||||
_rmCommand: true,
|
||||
_runCommand: true,
|
||||
|
||||
Reference in New Issue
Block a user