Merge pull request #119 from jonboulle/master
architecture: make runtime reference more generic
This commit is contained in:
commit
148fff443d
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue