From dcb37f1acc2391a322280bb5f2caa34faad648a5 Mon Sep 17 00:00:00 2001 From: stephan lindauer Date: Tue, 20 Dec 2016 02:25:35 +0100 Subject: [PATCH] typo --- Documentation/getting-started-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/getting-started-docker.md b/Documentation/getting-started-docker.md index 914528e0..5e003163 100644 --- a/Documentation/getting-started-docker.md +++ b/Documentation/getting-started-docker.md @@ -1,7 +1,7 @@ # Getting Started with Docker -In this tutorial, we'll run `bootcfg` on your Linux machine with Docker to network boot and provision a cluster of QEMU/KVM CoreOS machines locally. You'll be able to create Kubernetes clustes, etcd clusters, and test network setups. +In this tutorial, we'll run `bootcfg` on your Linux machine with Docker to network boot and provision a cluster of QEMU/KVM CoreOS machines locally. You'll be able to create Kubernetes clusters, etcd clusters, and test network setups. *Note*: To provision physical machines, see [network setup](network-setup.md) and [deployment](deployment.md).