Ⅰ. Issue Description
Currently PouchContainer has supported customized runtime by add the runtimes to PouchContainer configuration(/etc/pouch/config). However, PouchContainer doesn't support runtimeArgs.
For the gVisor user, they need the runtimeArgs to enable debug and system call logging:
{
"runtimes": {
"runsc": {
"path": "/usr/local/bin/runsc",
"runtimeArgs": [
"--debug-log-dir=/tmp/runsc",
"--debug",
"--strace"
]
}
}
}
We should support runtimeArgs of configuration