Files
containerd/vendor/github.com/containerd/go-runc
Sebastiaan van Stijn f9083f167a vendor: containerd/containerd v1.4.0-beta.0
full diff: ed261720c8...v1.4.0-beta.0

Relevant changes:

- Replace errors.Cause() with errors.Is()
- Transfer error to ErrNotFound when kill a not exist container
- vendor: update containerd/cri, remove "docker/distribution" dependency
- vendor: containerd/continuity, containerd/fifo, containerd/go-runc
- vendor: opencontainers/go-digest v1.0.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-16 14:37:00 +02:00
..
2018-09-13 16:31:32 -07:00
2018-03-16 06:39:01 +00:00
2018-03-16 06:39:01 +00:00
2018-09-13 16:31:32 -07:00
2018-09-13 16:31:32 -07:00
2018-09-13 16:31:32 -07:00
2018-02-21 02:52:57 +00:00
2018-03-16 06:39:01 +00:00
2019-08-09 10:41:46 -07:00
2020-01-08 15:30:36 -06:00

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.