Tools, FAQ, Tutorials:
"microsoft/windowsservercore" - Windows Base Image
What is the Windows Base Image, "microsoft/windowsservercore"?
✍: FYIcenter.com
If you want to build any Docker images for Windows platform,
you should take a look at the Windows base image first.
1. Search for Windows related images:
C:\fyicenter> docker search windows microsoft/windowsservercore The official Windows Server Core base image 653 microsoft/windowsservercore-insider The official Windows Server Core insider bas… 30 dockcross/windows-x64 64-bit Windows cross-compiler based on MXE/M… 9 cloudfoundry/windows2016fs 4 coderobin/windows-sdk-10.1 Windows SDK 10.1 for Windows Container (base… 3 dockcross/windows-x86 32-bit Windows cross-compiler based on MXE/M… 3 surazzarus/windows7-starter 3 dockcross/windows-static-x64 1 dockcross/windows-static-x86 0 ...
2. Pull the microsoft/windowsservercore image:
C:\fyicenter> docker pull microsoft/windowsservercore Using default tag: latest Error response from daemon: manifest for microsoft/windowsservercore:latest not found: manifest unknown: manifest unknown
So, the official Windows base image does not have a "latest" build in the Docker hub. See next tutorial on how to resolve the issue.
⇒ "microsoft/windowsservercore:latest not found" Error
⇐ Building Docker Images for Windows
2022-12-15, 654🔥, 0💬
Popular Posts:
Where to find tutorials on API Management Services at Azure Portal? Here is a list of tutorials to a...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...
What Is session_register() in PHP? session_register() is old function that registers global variable...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...