mirror of
https://github.com/containers/podman.git
synced 2025-12-08 23:00:23 +08:00
rootless: show an error when stats is used
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1371 Approved by: rhatdan
This commit is contained in:
committed by
Atomic Bot
parent
d8c2962188
commit
ecf84390ef
@@ -35,6 +35,7 @@ var cmdsNotRequiringRootless = map[string]bool{
|
||||
"pause": true,
|
||||
"unpause": true,
|
||||
"search": true,
|
||||
"stats": true,
|
||||
"stop": true,
|
||||
"top": true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user