containerd/vendor/github.com/containerd/go-runc
Justin Cormack a413d3ed0d Update go-runc and console
This removes need for cgo in both of these, and updates licenses.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-05-24 17:38:24 +01:00
..
command_linux.go Portability fixes for containerd shim 2017-05-16 17:13:32 +01: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 Update deps after move to containerd org 2017-05-10 16:51:48 -07:00
LICENSE Update go-runc and console 2017-05-24 17:38:24 +01:00
monitor.go Update deps after move to containerd org 2017-05-10 16:51:48 -07:00
README.md Update go-runc and console 2017-05-24 17:38:24 +01:00
runc.go Add checkpoint and restore 2017-05-22 15:34:45 -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.