Skip to content

Commit

Permalink
changed wording - "docker" to "container runtime"
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaggerty authored and jonboulle committed Dec 1, 2016
1 parent 41047d4 commit 598ea77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 598ea77

Please sign in to comment.