moby--moby/vendor/github.com/containerd/go-runc
Sebastiaan van Stijn 175cfdcfb5
Update containerd dependencies to match 1.0.2
- ed1cbe1fc3...4f6e87ae04
- 29da22c617...c0710c92e8
- runc (already ahead)
- 76e68349ad...d452837986

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-02-14 02:13:07 +01:00
..
LICENSE Vendor containerd 1.0 2017-10-19 13:19:41 -07:00
README.md Vendor containerd 1.0 2017-10-19 13:19:41 -07:00
command_linux.go Vendor containerd 1.0 2017-10-19 13:19:41 -07:00
command_other.go Vendor containerd 1.0 2017-10-19 13:19:41 -07:00
console.go Vendor containerd 1.0 2017-10-19 13:19:41 -07:00
container.go Vendor containerd 1.0 2017-10-19 13:19:41 -07:00
events.go Vendor containerd 1.0 2017-10-19 13:19:41 -07:00
io.go Vendor containerd 1.0 2017-10-19 13:19:41 -07:00
monitor.go Vendor containerd 1.0 2017-10-19 13:19:41 -07:00
runc.go Update containerd dependencies to match 1.0.2 2018-02-14 02:13:07 +01:00
utils.go Update containerd dependencies to match 1.0.2 2018-02-14 02:13:07 +01: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.