Implement Windows containers
- 10/6/2017
- Skill 4.1: Deploy Windows containers
- Skill 4.2: Manage Windows containers
- Chapter summary
- Thought experiment
- Thought experiment answer
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