Merge pull request #1131 from jingsam/patch-1

--hyper-cpu-count => --hyper-vlan-id
This commit is contained in:
Misty Stanley-Jones 2017-01-18 15:47:21 -08:00 committed by GitHub
commit 6b2c7c8d38
1 changed files with 2 additions and 2 deletions

View File

@ -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
```
```