Files
containerd/vendor/github.com/containerd/go-runc
Michael Crosby 906acb18b6 Don't provide IO when it's not set
This makes sure that runc does not get any valid IO for the pipe.  Some
builds and other containers will be stuck if they inspect stdin
expecially and its a pipe but not connected to any user input.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-09-07 18:30:31 -04:00
..
2018-08-02 17:11:29 -04:00
2018-08-02 17:11:29 -04:00
2018-03-08 13:57:30 -05:00
2018-03-08 13:57:30 -05:00
2018-09-07 18:30:31 -04:00
2018-09-07 18:30:31 -04:00
2017-05-24 17:38:24 +01:00
2018-03-08 13:57:30 -05:00
2017-05-24 17:38:24 +01:00
2018-09-07 18:30:31 -04:00

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.