buildkit/vendor/github.com/containerd/go-runc
Akihiro Suda 72c08b5cb9 update containerd (binary: v1.1.0, library: May 11, 2018)
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2018-05-11 15:46:15 +09:00
..
LICENSE worker: runc worker exection 2017-06-02 10:20:05 -07:00
README.md worker: runc worker exection 2017-06-02 10:20:05 -07:00
command_linux.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
command_other.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
console.go update containerd (binary: v1.1.0, library: May 11, 2018) 2018-05-11 15:46:15 +09:00
container.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
events.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
io.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
monitor.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
runc.go update containerd (binary: v1.1.0, library: May 11, 2018) 2018-05-11 15:46:15 +09:00
utils.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09: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.