From af39365ffa8e014f4f739aec05a9d338734b96ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Linhart?= Date: Wed, 19 Dec 2018 00:07:29 +0100 Subject: [PATCH 1/2] Add note about using correct network in Virtual Switch Manager --- machine/drivers/hyper-v.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/drivers/hyper-v.md b/machine/drivers/hyper-v.md index 25477f76f9..a959e1b062 100644 --- a/machine/drivers/hyper-v.md +++ b/machine/drivers/hyper-v.md @@ -81,7 +81,7 @@ For this example, we created a virtual switch called `Primary Virtual Switch`. See this issue on virtualbox: [Hangs on Waiting for VM to start #986](https://github.com/docker/machine/issues/986). - Reboot your desktop system to clear out any routing table problems. Without a reboot first, `docker-machine create ...` might get hung up on `Waiting for VM to start`. + Reboot your desktop system to clear out any routing table problems. Without a reboot first, `docker-machine create ...` might get hung up on `Waiting for host to start...`. In case you are still hung on the "Waiting for host to start..." after reboot, make sure you selected a correct network in Virtual Switch Manager. #### 4. Create the nodes with Docker Machine and the Microsoft Hyper-V driver From e5ad7198618043440e30bab9a6f8c6f7ee22b629 Mon Sep 17 00:00:00 2001 From: L-Hudson <44844738+L-Hudson@users.noreply.github.com> Date: Thu, 20 Dec 2018 08:46:21 -0500 Subject: [PATCH 2/2] Update hyper-v.md text edits --- machine/drivers/hyper-v.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/machine/drivers/hyper-v.md b/machine/drivers/hyper-v.md index a959e1b062..939b3d337b 100644 --- a/machine/drivers/hyper-v.md +++ b/machine/drivers/hyper-v.md @@ -57,7 +57,7 @@ Hyper-V](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick #### 1. Make sure Hyper-V is enabled. - Hyper-V is automatically enabled on a Docker for Windows installation. To enable it manually, see [instructions on how to manually enable Hyper-V](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install) on the Microsoft developer network. +Hyper-V is automatically enabled on a Docker for Windows installation. To enable it manually, see [instructions on how to manually enable Hyper-V](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install) on the Microsoft developer network. #### 2. Set up a new external network switch (Optional) @@ -79,9 +79,9 @@ For this example, we created a virtual switch called `Primary Virtual Switch`. #### 3. Reboot - See this issue on virtualbox: [Hangs on Waiting for VM to start #986](https://github.com/docker/machine/issues/986). +See this issue on virtualbox: [Hangs on Waiting for VM to start #986](https://github.com/docker/machine/issues/986). - Reboot your desktop system to clear out any routing table problems. Without a reboot first, `docker-machine create ...` might get hung up on `Waiting for host to start...`. In case you are still hung on the "Waiting for host to start..." after reboot, make sure you selected a correct network in Virtual Switch Manager. +Reboot your desktop system to clear out any routing table problems. Without a reboot first, `docker-machine create ...` might get hung up on `Waiting for host to start...`. If you are still hung on "Waiting for host to start..." after you reboot, make sure you selected the correct network in the Virtual Switch Manager. #### 4. Create the nodes with Docker Machine and the Microsoft Hyper-V driver