I am trying to run microsoft/iis:latest image on my docker toolbox set-up in my Windows 10 Home. As expected, with the containers running on a virtual linux VM, i get the below message.
$ docker run -it microsoft/iis
Unable to find image 'microsoft/iis:latest' locally
latest: Pulling from microsoft/iis
C:\Program Files\Docker Toolbox\docker.exe: no matching manifest for linux/amd64 in the manifest list entries.
See 'C:\Program Files\Docker Toolbox\docker.exe run --help'.
Is there a way i can run such containers on toolbox, without using 'Docker for Windows' set-up?
Thanks.