1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/vendor/github.com/containerd/go-runc
John Howard e57b2a8066 Bump containerd to d97a907f
Signed-off-by: John Howard <jhoward@microsoft.com>
2018-09-18 10:26:13 -07:00
..
command_linux.go Update containerd vendor to 1.2 beta 2018-08-17 13:08:22 -07:00
command_other.go Update containerd vendor to 1.2 beta 2018-08-17 13:08:22 -07:00
console.go Bump containerd to d97a907f 2018-09-18 10:26:13 -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 Bump containerd to d97a907f 2018-09-18 10:26:13 -07:00
io_unix.go Bump containerd to d97a907f 2018-09-18 10:26:13 -07:00
io_windows.go Bump containerd to d97a907f 2018-09-18 10:26:13 -07:00
LICENSE
monitor.go Update containerd to 1.1 2018-06-04 15:37:03 -07:00
README.md
runc.go Bump containerd to d97a907f 2018-09-18 10:26:13 -07:00
utils.go Update containerd vendor to 1.2 beta 2018-08-17 13:08:22 -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.