mirror of https://github.com/docker/docs.git
Merge pull request #513 from SvenDowideit/tell-user-how-to-make-default-vswitch
Give the user a little more info how to make a vswitch
This commit is contained in:
commit
e2eb7f6a01
|
@ -281,9 +281,14 @@ Options:
|
|||
|
||||
### Hyper-V
|
||||
|
||||
Creates a Boot2Docker virtual machine locally on your Windows machine using Hyper-V. [See here](http://windows.microsoft.com/en-us/windows-8/hyper-v-run-virtual-machines) for instructions to enable Hyper-V.
|
||||
Creates a Boot2Docker virtual machine locally on your Windows machine using Hyper-V.
|
||||
[See here](http://windows.microsoft.com/en-us/windows-8/hyper-v-run-virtual-machines)
|
||||
for instructions to enable Hyper-V.
|
||||
|
||||
Note: you will need an existing virtual switch to use the driver.
|
||||
> **Note**: you will need an existing virtual switch to use the driver.
|
||||
> If you don't have a spare network interface to dedicate to Hyper-V, then you
|
||||
> can create a new internal network, and then share your internet connection with
|
||||
> using "Control Panel -> Network and Internet -> Network Connections"
|
||||
|
||||
Options:
|
||||
|
||||
|
|
Loading…
Reference in New Issue