OneGet / MicrosoftDockerProvider

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

Cannot be installed on Windows 10 #23

Open Nibons opened 7 years ago

Nibons commented 7 years ago

The docker module will not install on windows 10 (despite already having docker installed).

Seems to be caused by the use of 'get-windowsFeature' which is server-only. (when installing the container features)

Windows 10's version is get-optionalFeature.

Andrysky commented 3 years ago

hi have any news?

slonopotamus commented 2 years ago

You might want to take a look at Stevedore project as a way to install modern Docker for Windows containers on both Windows Server/Client.