From f049906f4f4e9beb2745704eb2f4aa497f3e3ab9 Mon Sep 17 00:00:00 2001 From: William Zhang Date: Sat, 17 Mar 2018 23:10:29 +0800 Subject: [PATCH] Add the OCI runtime description. Signed-off-by: William Zhang --- docs/concepts/overview/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/overview/components.md b/docs/concepts/overview/components.md index f18547aaa0734..b0922293c3081 100644 --- a/docs/concepts/overview/components.md +++ b/docs/concepts/overview/components.md @@ -74,7 +74,7 @@ network rules on the host and performing connection forwarding. ### Container Runtime -The container runtime is the software that is responsible for running containers. Kubernetes supports two runtimes: [Docker](http://www.docker.com) and [rkt](https://coreos.com/rkt/). +The container runtime is the software that is responsible for running containers. Kubernetes supports several runtimes: [Docker](http://www.docker.com), [rkt](https://coreos.com/rkt/), [runc](https://github.com/opencontainers/runc) and any OCI [runtime-spec](https://github.com/opencontainers/runtime-spec) implementation. ## Addons