mirror of https://github.com/docker/docs.git
Merge pull request #1131 from jingsam/patch-1
--hyper-cpu-count => --hyper-vlan-id
This commit is contained in:
commit
6b2c7c8d38
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue