From 8a7cd184ddfec4aa2bf946be32e6d6f829005d6c Mon Sep 17 00:00:00 2001 From: Jian Qiu Date: Tue, 3 Apr 2018 22:22:34 +0800 Subject: [PATCH] Update README to add link on cri configuration Signed-off-by: Qiu Jian --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 25b6e5867..2d839c81b 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,10 @@ See [here](./docs/testing.md) for information about test. ## Using crictl See [here](./docs/crictl.md) for information about using `crictl` to debug pods, containers, and images. +## Configurations +See [here](./docs/config.md) for information about how to configure cri plugins +and [here](https://github.com/containerd/containerd/blob/master/docs/man/containerd-config.1.md) +for information about how to configure containerd ## Documentation See [here](./docs) for additional documentation. ## Contributing