Go to file
Lantao Liu f39907aa5d Port containerd fix https://github.com/containerd/containerd/pull/2877. (#12)
Adds a timeout and cancel to shim fifo open
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-01-15 21:55:38 +09:00
cmd/gvisor-containerd-shim Initial commit 2018-12-04 04:55:39 -05:00
docs End to end tests refs #3 (#10) 2019-01-14 23:41:01 -08:00
pkg Port containerd fix https://github.com/containerd/containerd/pull/2877. (#12) 2019-01-15 21:55:38 +09:00
test/e2e Use cni v0.7.0. (#11) 2019-01-15 21:54:36 +09:00
vendor Initial commit 2018-12-04 04:55:39 -05:00
.gitignore Initial commit 2018-12-04 04:55:39 -05:00
.travis.yml End to end tests refs #3 (#10) 2019-01-14 23:41:01 -08:00
CODEOWNERS Added code owners so that they are added to PRs 2018-12-14 09:37:12 -05:00
CONTRIBUTING.md Initial commit 2018-12-04 04:55:39 -05:00
LICENSE Initial commit 2018-12-04 04:55:39 -05:00
Makefile Initial commit 2018-12-04 04:55:39 -05:00
README.md End to end tests refs #3 (#10) 2019-01-14 23:41:01 -08:00
vendor.conf Initial commit 2018-12-04 04:55:39 -05:00

README.md

gvisor-containerd-shim

Build Status Go Report Card

gvisor-containerd-shim is a containerd shim for gVisor. It implements the containerd v1 shim API. It can be used as a drop-in replacement for containerd-shim (though containerd-shim must still be installed). It allows the use of both gVisor (runsc) and normal containers in the same containerd installation by deferring to the runc shim if the desired runtime engine is not runsc.

Requirements

  • gvisor (runsc) >= 2018-12-07
  • containerd, containerd-shim >= 1.1

Installation

Contributing

See CONTRIBUTING.md.