containerd / go-runc

runc bindings for Go
Apache License 2.0
161 stars 71 forks source link

add runtime args for oci runtime #32

Closed Ace-Tang closed 5 years ago

Ace-Tang commented 6 years ago

allow runtime args passed by user, and if this parameter is passed, predefined runtime args will be omitted.

these args will be omitted
type Runc struct {
   ...
    Root          string
    Debug         bool
    Log           string
    LogFormat     Format
    Criu          string
    SystemdCgroup bool
    ...
}