Skip to content

Commit

Permalink
Add the OCI runtime description. (#7769)
Browse files Browse the repository at this point in the history
Signed-off-by: William Zhang <[email protected]>
  • Loading branch information
warmchang authored and k8s-ci-robot committed Mar 23, 2018
1 parent c47b8a6 commit 12d9230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/overview/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 12d9230

Please sign in to comment.