OneGet / MicrosoftDockerProvider

Provider to search, save and install Docker
Other
133 stars 55 forks source link

Why does uninstall-Package remove the windowsFeature? #32

Closed brwilkinson closed 6 years ago

brwilkinson commented 7 years ago

Why do you want to remove the windowsFeature, just because you are removing docker image that you have installed ?

E.g.

function UninstallContainer { if(IsNanoServer) { return } else { $null = Uninstall-WindowsFeature containers
} }