Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] support runtimeArgs of configuration #2081

Closed
CodeJuan opened this issue Aug 13, 2018 · 0 comments · Fixed by #2085
Closed

[feature request] support runtimeArgs of configuration #2081

CodeJuan opened this issue Aug 13, 2018 · 0 comments · Fixed by #2085

Comments

@CodeJuan
Copy link
Contributor

CodeJuan commented Aug 13, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant