From 347902de0df91b22392542b8aa3a1204a073d96a Mon Sep 17 00:00:00 2001 From: jingsam Date: Sun, 15 Jan 2017 15:48:16 +0800 Subject: [PATCH] Update hyper-v.md --- machine/drivers/hyper-v.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machine/drivers/hyper-v.md b/machine/drivers/hyper-v.md index ab9c3710932..3dcdc090cb2 100644 --- a/machine/drivers/hyper-v.md +++ b/machine/drivers/hyper-v.md @@ -48,7 +48,7 @@ Hyper-V](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick | `--hyperv-memory` | `HYPERV_MEMORY` | `1024` | | `--hyperv-cpu-count` | `HYPERV_CPU_COUNT` | `1` | | `--hyperv-static-macaddress` | `HYPERV_STATIC_MACADDRESS` | _undefined_ | -| `--hyperv-cpu-count` | `HYPERV_VLAN_ID` | _undefined_ | +| `--hyperv-vlan-id` | `HYPERV_VLAN_ID` | _undefined_ | ## Example @@ -130,4 +130,4 @@ you can create these swarm nodes: `manager1`, `worker1`, `worker2`. ```shell docker-machine create -d hyperv --hyperv-virtual-switch "Primary Virtual Switch" worker1 docker-machine create -d hyperv --hyperv-virtual-switch "Primary Virtual Switch" worker2 - ``` \ No newline at end of file + ```