diff options
author | Nan Zhong <nan@notanumber.io> | 2019-12-02 21:13:34 -0500 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-12-03 11:13:34 +0900 |
commit | 1547f2451927d95f9da1a24479e57a47405dc1ed (patch) | |
tree | ebe3214ed9a7fb5101e401533422d72524333a66 /docs/README.md | |
parent | 67745b88e0ddcc44dcc7629be0334a7d970d6e09 (diff) |
Add documentation for configuring shim runtime options (#43)
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md index eca857423..389c911ea 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,3 +5,4 @@ Everything you need to know about gvisor-containerd-shim - [Untrusted Workload Quick Start (containerd >=1.1)](untrusted-workload-quickstart.md) - [Runtime Handler Quick Start (containerd >=1.2)](runtime-handler-quickstart.md) - [Runtime Handler Quick Start (shim v2) (containerd >=1.2)](runtime-handler-shim-v2-quickstart.md) +- [Configure containerd-shim-runsc-v1 (shim v2) (containerd >= 1.3)](configure-containerd-shim-runsc-v1.md) |