We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
hi have any news?
Sorry, something went wrong.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: