changed wording - "docker" to "container runtime"

This commit is contained in:
Blake Haggerty 2016-10-06 04:13:21 -07:00 committed by Jonathan Boulle
parent 82bd9ab609
commit fee0a33c04
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ 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
Each node runs a container runtime (like Docker, rkt or Hyper) The container runtime is responsible for
downloading images and running containers.
### `kubelet`