Merge pull request #119 from jonboulle/master

architecture: make runtime reference more generic
This commit is contained in:
Ihor Dvoretskyi 2016-12-01 23:20:45 +02:00 committed by GitHub
commit 148fff443d
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ plane.
The Kubernetes node has the services necessary to run application containers and The Kubernetes node has the services necessary to run application containers and
be managed from the master systems. be managed from the master systems.
Each node runs Docker, of course. Docker takes care of the details of Each node runs a container runtime (like Docker, rkt or Hyper). The container
downloading images and running containers. runtime is responsible for downloading images and running containers.
### `kubelet` ### `kubelet`