Add the OCI runtime description. (#7769)

Signed-off-by: William Zhang <warmchang@outlook.com>
This commit is contained in:
William Zhang
2018-03-24 00:56:03 +08:00
committed by k8s-ci-robot
parent c47b8a6740
commit 12d9230c90
+1 -1
View File
@@ -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