Random-Liu / gvisor-containerd-shim

containerd shim for gVisor

Home Page:https://github.com/google/gvisor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

containerd shim for gVisor

https://github.com/google/gvisor

License:Apache License 2.0


Languages

Language:Go 91.3%Language:Shell 7.6%Language:Makefile 1.2%