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
be managed from the master systems.
Each node runs Docker, of course. Docker takes care of the details of
downloading images and running containers.
Each node runs a container runtime (like Docker, rkt or Hyper). The container
runtime is responsible for downloading images and running containers.
### `kubelet`