moby--moby/vendor/github.com/containerd/go-runc
Derek McGowan 52ed3e0896
Update containerd to 1.1
Updates swarmkit, grpc, and all related vendors

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-06-04 15:37:03 -07:00
..
LICENSE
README.md
command_linux.go Update containerd to 1.1 2018-06-04 15:37:03 -07:00
command_other.go Update containerd to 1.1 2018-06-04 15:37:03 -07:00
console.go Update containerd to 1.1 2018-06-04 15:37:03 -07:00
container.go Update containerd to 1.1 2018-06-04 15:37:03 -07:00
events.go Update containerd to 1.1 2018-06-04 15:37:03 -07:00
io.go Update containerd to 1.1 2018-06-04 15:37:03 -07:00
monitor.go Update containerd to 1.1 2018-06-04 15:37:03 -07:00
runc.go Update containerd to 1.1 2018-06-04 15:37:03 -07:00
utils.go Update containerd to 1.1 2018-06-04 15:37:03 -07:00

README.md

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.