From 16408dac5d22b25a91d8537fd7495f33dd7ac9ec Mon Sep 17 00:00:00 2001 From: MikeJeffrey Date: Tue, 10 Jun 2014 09:50:40 -0700 Subject: [PATCH] Linking directly to container VMs page --- DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.md b/DESIGN.md index 539ea708e05..3e88ff179b5 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -31,7 +31,7 @@ While Docker itself works with individual containers, Kubernetes works with a `p The Kubernetes node has the services necessary to run Docker containers and be managed from the master systems. -The Kubernetes node design is an extension of the [Container-optimized Google Compute Engine image](https://developers.google.com/compute/docs/containers). Over time the plan is for these images/nodes to merge and be the same thing used in different ways. It has the services necessary to run Docker containers and be managed from the master systems. +The Kubernetes node design is an extension of the [Container-optimized Google Compute Engine image](https://developers.google.com/compute/docs/containers/container_vms). Over time the plan is for these images/nodes to merge and be the same thing used in different ways. It has the services necessary to run Docker 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.