-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
windows server images #1137
Comments
@miahwk - The |
Closing per previous response. |
@MichaelSimons Thank you. So you meas if use 2.1 tag, it will match the container OSType? |
No - If you use multi-arch tags, the container OS will be compatible with your host OS. By this I mean the architecture will be compatible, the OS type (Linux/Windows) will match and for Windows, the OS version will be compatible with the host. |
@MichaelSimons I got it. Thank you for your help. :) |
Which is the windows container image?
![image](https://user-images.githubusercontent.com/20128378/58232188-7c2ff080-7d6b-11e9-924c-4e751774f580.png)
![image](https://user-images.githubusercontent.com/20128378/58232229-95d13800-7d6b-11e9-89ef-22528cbcfb15.png)
Does look like
docker pull mcr.microsoft.com/dotnet/core/sdk:2.1-nanoserver-1803
?If use the 2.1 tag,it is the linux image.
What is the different between them? Such as tag
2.1
. I just want to use windows image. Could someone help me?The text was updated successfully, but these errors were encountered: