buildkit/vendor/github.com/containerd/go-runc
Tonis Tiigi e3e13ad204 vendor: update go-runc to e029b79d
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-09-11 10:57:14 -07:00
..
.travis.yml vendor: update go-runc to e029b79d 2019-09-11 10:57:14 -07:00
LICENSE worker: runc worker exection 2017-06-02 10:20:05 -07:00
README.md vendor: update containerd to 1.3.0-beta.0 2019-08-20 17:00:47 -07:00
command_linux.go vendor: update go-runc to e029b79d 2019-09-11 10:57:14 -07:00
command_other.go Update containerd v1.2 beta 2018-08-17 13:12:02 -07:00
console.go Update containerd vendor 2018-08-28 14:26:14 -07: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 Revendoring to move boltdb to bbolt 2018-09-18 11:18:08 -07:00
io_unix.go Revendoring to move boltdb to bbolt 2018-09-18 11:18:08 -07:00
io_windows.go Revendoring to move boltdb to bbolt 2018-09-18 11:18:08 -07:00
monitor.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
runc.go vendor: update containerd to 1.3.0-beta.0 2019-08-20 17:00:47 -07:00
utils.go Update containerd v1.2 beta 2018-08-17 13:12:02 -07:00

README.md

go-runc

Build Status codecov

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.

Project details

The go-runc is a containerd sub-project, licensed under the Apache 2.0 license. As a containerd sub-project, you will find the:

information in our containerd/project repository.