From 12d9230c906df1065050ef4adfca538198b98139 Mon Sep 17 00:00:00 2001 From: William Zhang Date: Sat, 24 Mar 2018 00:56:03 +0800 Subject: [PATCH] Add the OCI runtime description. (#7769) 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