google / gvisor-containerd-shim

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

Add documentation for configuring shim runtime options #43

Closed nanzhong closed 4 years ago

nanzhong commented 4 years ago

I recently went through the exercise of configuring the shim to use runsc with the kvm platform. I couldn't find any existing docs for this and it took me a little digging through the implementation to understand how it works.

This PR adds the docs for how configuration can be done for containerd 1.3+.

I think this is partially related to and partially addresseses https://github.com/google/gvisor-containerd-shim/issues/36.