containerd / go-runc

runc bindings for Go
Apache License 2.0
162 stars 73 forks source link

Add extra args for Opts and Runc #77

Closed crosbymichael closed 3 years ago

crosbymichael commented 3 years ago

This allows additional flags to be added to runc binaries without needing to update this package each time.

While the typesafe flags are still the primary api for this pkg, this allows an easier transitional state when new flags are added to underlying runtimes following the runc CLI.

Signed-off-by: Michael Crosby michael@thepasture.io