mirror of
https://github.com/containerd/containerd.git
synced 2026-07-11 18:14:17 +00:00
This adds null IO option for efficient handling of IO. It provides a container directly with `/dev/null` and does not require any io.Copy within the shim whenever a user does not want the IO of the container. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>