moby--moby/vendor/github.com/containerd/go-runc
Akihiro Suda 9a82a9a8ea vendor containerd, BuildKit, protobuf, grpc, and golang.org/x
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-03-03 10:25:20 +09:00
..
LICENSE
README.md bump containerd/go-runc 7d11b49dc0769f6dbb0d1b19f3d48524d1bad9ad 2019-04-14 23:55:24 +02:00
command_linux.go bump containerd/go-runc e029b79d8cda8374981c64eba71f28ec38e5526f 2019-10-04 15:05:33 -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
go.mod vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09: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
monitor.go Update containerd to 1.1 2018-06-04 15:37:03 -07:00
runc.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00
utils.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09: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.