copy-edit to remove extra backtick in command

This commit is contained in:
Victoria Bialas 2017-02-23 18:48:07 -08:00 committed by GitHub
parent bca0b734c4
commit d314a49671
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ docker-machine create --driver virtualbox HOST-NAME
```
docker-machine create -d hyperv --hyperv-virtual-switch "NETWORK-SWITCH"
MACHINE-NAME`
MACHINE-NAME
```
This must be done in an elevated PowerShell, using a custom-created external network switch. See [Hyper-V example](/machine/drivers/hyper-v#example).