mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
fix ps/exec command parameter error
Signed-off-by: Shukui Yang <yangshukui@huawei.com>
This commit is contained in:
@@ -95,6 +95,7 @@ following will output a list of processes running in the container:
|
||||
}
|
||||
return fmt.Errorf("exec failed: %v", err)
|
||||
},
|
||||
SkipArgReorder: true,
|
||||
}
|
||||
|
||||
func execProcess(context *cli.Context) (int, error) {
|
||||
|
||||
Reference in New Issue
Block a user