Skip to content

Commit

Permalink
Add the OCI runtime description.
Browse files Browse the repository at this point in the history
Signed-off-by: William Zhang <warmchang@outlook.com>
  • Loading branch information
warmchang committed Mar 17, 2018
1 parent 4ac2583 commit f049906
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 f049906

Please sign in to comment.