Skip to content

[feature request] support runtimeArgs of configuration #2081

@CodeJuan

Description

@CodeJuan

Ⅰ. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions