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
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.