Cant't pull iis image and run it with Docker toolbox on windows10

5/2/2019

I installed Docker Toolbox on windows 10 Pro and i want run iis on it , but when i run docker pull microsoft/iis:latest command it say's:

no matching manifest for unknown in the manifest list entries

as well this command:

docker pull mcr.microsoft.com/windows/nanoserver:1809

and it say's:

no matching manifest for unknown in the manifest list entries

And i tried to run Docker Desktop but when i run it it say's :

Hardware assisted virtualization and data execution protection must be enabled in the BIOS. See https://docs.docker.com/docker-for-windows/troubleshoot/#virtualization-must-be-enabled

But i'm sure the Hardware assisted virtualization is enabled

My goal and purpose is install Docker on windows and then install Kubernetes and after that join my windows Kubernetes node to my linux Kubernetes cluster

-- meisam bahrami
containers
docker
iis
kubernetes
windows

1 Answer

5/2/2019

You can not run windows container in ToolBox because it uses virtual box and it is suited for ubuntu container. you should use DockerDesktop. and make sure you switched to windows containers.

-- yasin lachini
Source: StackOverflow