google / gvisor-containerd-shim

containerd shim for gVisor
https://gvisor.dev
Apache License 2.0
79 stars 28 forks source link

Create rootfs directory in shim. #30

Closed Random-Liu closed 5 years ago

Random-Liu commented 5 years ago

Rootfs directory creation is expected to be done by the shim now. This should still work with containerd 1.2, because we are using MkdirAll.

Signed-off-by: Lantao Liu lantaol@google.com

Random-Liu commented 5 years ago

This is fix is ported from https://github.com/containerd/containerd/pull/3299/files.