containerd / go-runc

runc bindings for Go
Apache License 2.0
161 stars 71 forks source link

Add NewNullIO for efficient empty IO handling #23

Closed crosbymichael closed 6 years ago

crosbymichael commented 6 years ago

This gives /dev/null directly to the container's process.

Signed-off-by: Michael Crosby crosbymichael@gmail.com