microsoft / iis-docker

Dockerfile for IIS
https://hub.docker.com/r/microsoft/iis/
MIT License
288 stars 128 forks source link

I can't download from ubuntu iis image #165

Closed sergius76 closed 4 years ago

sergius76 commented 4 years ago

when i try to make a docker pull mcr.microsoft.com/windows/servercore/iis

show me that Error: no matching manifest for linux/amd64 in the manifest list entries.

how can i fix it?

I am using docker in ubuntu 19.04

regards

bariscaglar commented 4 years ago

IIS is Windows only and can only be used in Windows containers. The manifest you're downloading is a "Manifest List" and it will have no matching entry for your OS.