You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A container's base image OS must match the host's OS: https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility?tabs=windows-server-1909%2Cwindows-10-1909
9
-
10
-
Otherwise we'll get error messages like this when trying to run an image with the wrong base image OS:
11
-
12
-
> The container operating system does not match the host operating system
13
-
14
-
See https://github.com/olljanat/multi-win-version-aspnet for an example of creating Windows multiarch images (source: https://github.com/moby/moby/issues/35247#issuecomment-436634221).
3
+
A Docker image for multiple platforms (linux/amd64, linux/arm64/8, windows-ltsc2022)
4
+
is available as `gesellix/echo-server:<version>`, with the `<version>` matching
0 commit comments