refer to 'systeminfo' to check Hyper-V requirements

fix typos
This commit is contained in:
docbenton 2018-04-07 00:13:04 +02:00 committed by GitHub
parent bfb6efa6d5
commit e9fb176638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -234,7 +234,8 @@ Powershell to be installed and enabled. The Docker for Windows installer enables
it for you.
Docker for Windows needs two CPU hardware features to use Hyper-V, that are Virtualization and SLAT (Second Level Adress Translation), called also RVI (Rapid Virtualization Indexing).
On some systems, Virtualization needs to be enabled in the BIOS. The steps to do so are Vendor specific, but typically the BIOS option is called `Virtualization Technology (VTx)` or similar. Once enabled in BIOS, 'systeminfo' typed in a command prompt in a will permit to check all Hyper-V needed features.
On some systems, Virtualization needs to be enabled in the BIOS. The steps to do so are Vendor specific, but typically the BIOS option is called `Virtualization Technology (VTx)` or similar. The command 'systeminfo' is useful to check all Hyper-V needed features, see [Pre-requisites for Hyper-V on Windows 10](https://docs.microsoft.com/fr-fr/virtualization/hyper-v-on-windows/reference/hyper-v-requirements).
See [these instructions](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install) to install Hyper-V manually. A reboot is *required*. If you install Hyper-V without the reboot, Docker for Windows does not work correctly.
Once Hyper-V is enabled, it shows up as such on "Turn Windows features on or off".