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
Hi,
as this is mentioned in the current documentation by Microsoft it would be nice to have this also working with newer host servers.
I tryed it on Windows Server 20H2 and get the following error:
The container operating system does not match the host operating system
Please let me know if I can help in any way.
The text was updated successfully, but these errors were encountered:
Hi @kirkone , I agree it hasn‘t been updated for a while. but you could try and run it in hyperv isolation mode.
Sorry, something went wrong.
Hello @StefanScherer
I solved it by building my own Image based on your docker file with this base Image:
mcr.microsoft.com/powershell:nanoserver-2004
And I had to replace containeruser with containeradmin because of the changes in the windows image.
containeruser
containeradmin
Thanks for your feedback. I‘m glad you could build an image that better works for your host OS version.
No branches or pull requests
Hi,
as this is mentioned in the current documentation by Microsoft it would be nice to have this also working with newer host servers.
I tryed it on Windows Server 20H2 and get the following error:
Please let me know if I can help in any way.
The text was updated successfully, but these errors were encountered: