From 0c044d01a1bbb369cc1582fa0e221f3ed4120c62 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 24 May 2017 01:03:45 +0800 Subject: [PATCH] Update concepts.md (#3315) --- machine/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/concepts.md b/machine/concepts.md index 1fa40b3094..979f60b2fb 100644 --- a/machine/concepts.md +++ b/machine/concepts.md @@ -8,7 +8,7 @@ Docker Machine allows you to provision Docker machines in a variety of environme ## Drivers for creating machines -To create a virtual machine, you supply Docker Machine with the name of the driver you want use. The driver determines where the virtual machine is created. For example, on a local Mac or Windows system, the driver is typically Oracle VirtualBox. For provisioning physical machines, a generic driver is provided. For cloud providers, Docker Machine supports drivers such as AWS, Microsoft Azure, Digital Ocean, and many more. The Docker Machine reference includes a complete [list of supported drivers](drivers/index.md). +To create a virtual machine, you supply Docker Machine with the name of the driver you want to use. The driver determines where the virtual machine is created. For example, on a local Mac or Windows system, the driver is typically Oracle VirtualBox. For provisioning physical machines, a generic driver is provided. For cloud providers, Docker Machine supports drivers such as AWS, Microsoft Azure, Digital Ocean, and many more. The Docker Machine reference includes a complete [list of supported drivers](drivers/index.md). ## Default base operating systems for local and cloud hosts