containerd/vendor/github.com/containerd/go-runc
Kenfe-Mickael Laventure 90c535521a
Vendor go-runc ed1cbe1fc31f5fb2359d3a54b6330d1a097858b7
This fixes possible panics in Run & Restore when done without IOs

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
2017-10-18 13:24:12 -07:00
..
command_linux.go Update containerd dependencies 2017-07-10 11:05:51 -07:00
command_other.go Portability fixes for containerd shim 2017-05-16 17:13:32 +01:00
console.go Update go-runc and console 2017-05-24 17:38:24 +01:00
container.go Update deps after move to containerd org 2017-05-10 16:51:48 -07:00
events.go Update deps after move to containerd org 2017-05-10 16:51:48 -07:00
io.go Allow setting the uid & gid of the io pipes 2017-10-10 13:24:12 -07:00
LICENSE Update go-runc and console 2017-05-24 17:38:24 +01:00
monitor.go Update go-runc to ba22f6a82e52be3be4eb4a00000fe816f4b41c2e 2017-09-01 14:50:56 -07:00
README.md Update go-runc and console 2017-05-24 17:38:24 +01:00
runc.go Vendor go-runc ed1cbe1fc31f5fb2359d3a54b6330d1a097858b7 2017-10-18 13:24:12 -07:00
utils.go Update deps after move to containerd org 2017-05-10 16:51:48 -07:00

go-runc

Build Status

This is a package for consuming the runc binary in your Go applications. It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!

This needs runc @ a9610f2c0 or greater.

Docs

Docs can be found at godoc.org.