diff options
| author | Blake Haggerty <blake.haggerty@rackspace.com> | 2016-10-06 04:13:21 -0700 |
|---|---|---|
| committer | Jonathan Boulle <jonathanboulle@gmail.com> | 2016-12-01 15:29:48 +0100 |
| commit | fee0a33c04088d9c705ba4064e81aa280b654814 (patch) | |
| tree | d5100269380fb6e4035f77888ea857c42f0b040f | |
| parent | 82bd9ab60913e5f5f612bc1a1065aeade6be2fe9 (diff) | |
changed wording - "docker" to "container runtime"
| -rw-r--r-- | contributors/design-proposals/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/architecture.md b/contributors/design-proposals/architecture.md index 95e3aef4..7477f0de 100644 --- a/contributors/design-proposals/architecture.md +++ b/contributors/design-proposals/architecture.md @@ -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` |
