fix ps/exec command parameter error
Signed-off-by: Shukui Yang <yangshukui@huawei.com>
This commit is contained in:
parent
1db7315287
commit
d5dd8931c5
1
exec.go
1
exec.go
|
@ -95,6 +95,7 @@ following will output a list of processes running in the container:
|
||||||
}
|
}
|
||||||
return fmt.Errorf("exec failed: %v", err)
|
return fmt.Errorf("exec failed: %v", err)
|
||||||
},
|
},
|
||||||
|
SkipArgReorder: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
func execProcess(context *cli.Context) (int, error) {
|
func execProcess(context *cli.Context) (int, error) {
|
||||||
|
|
Loading…
Reference in New Issue