mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
Merge pull request #2683 from giuseppe/fix-pod-top
rootless: fix pod top
This commit is contained in:
@@ -76,6 +76,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