Implement Windows containers

  • 10/6/2017

Thought experiment answer

This section contains the solution to the thought experiment.

Ralph has forgotten to expose the virtualization extensions of the physical computer’s processor to the VM, so that it can run the Hyper-V role. To do this, he must run the following command in a PowerShell session after creating the virtual machine and before he starts it:

set-vmprocessor -vmname server1 -exposevirtualizationextensions $true