Skip to content

Commit

Permalink
Remove the hyper-v feature as it is not needed in the end
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil committed Apr 10, 2024
1 parent 4bd5e88 commit c2f6a32
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/install/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,7 @@ In the new Powershell window, run the following command to install the container
```powershell
Enable-WindowsOptionalFeature -Online -FeatureName containers –All
```
As well as the following command to install all the required HNS networking components:
```powershell
Install-WindowsFeature -Name Hyper-V-PowerShell
```

This will require a reboot for the `Containers` and the `Hyper-V` features to properly function.
This will require a reboot for the `Containers` feature to properly function.

#### 1. Download the Install Script
```powershell
Expand Down

0 comments on commit c2f6a32

Please sign in to comment.