microsoft / iis-docker

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

FROM mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2022 #191

Closed antt0481 closed 5 months ago

antt0481 commented 2 years ago

failed to register layer: Error processing tar file(exit status 1): link /Files/Program Files/Common Files/System/ado/en-US/msader15.dll.mui /Files/Program Files (x86)/Common Files/System/ado/en-US/msader15.dll.mui: no such file or directory

I run on my Mac and get that error, could you advice me

ntrappe-msft commented 7 months ago

You can't run any Windows Containers natively on a Mac because you have two different operating systems. To use them, you'll need to be running the containers in a VirtualBox or another Windows VM (with Docker). You can't run any Windows Containers natively on a Mac because you have two different operating systems. To use Windows Containers, you need to have a Windows machine running Docker. If you're working on a Mac, you'll need to use a Windows VM, like VirtualBox, to do so.