Skip to content

Commit

Permalink
Merge pull request kubernetes#119 from jonboulle/master
Browse files Browse the repository at this point in the history
architecture: make runtime reference more generic
  • Loading branch information
idvoretskyi committed Dec 1, 2016
2 parents 6082537 + 0e3ce9a commit 817fb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 817fb32

Please sign in to comment.