Windows Server 2019 通过下面的命令安装 docker
Install-Module -Name DockerMsftProvider -Repository PSGallery -Force
Install-Package -Name docker -ProviderName DockerMsftProvider -Force -RequiredVersion 20.10
安装成功后,运行 dapr init 命令出现下面的错误
> dapr init
Making the jump to hyperspace...
Installing runtime version 1.5.0
Downloading binaries and setting up components...
Unable to find image 'openzipkin/zipkin:latest' locally
latest: Pulling from openzipkin/zipkin
docker: no matching manifest for windows/amd64 10.0.17763 in the manifest list entries.
See 'docker run --help'.
请问如何解决?
安装 docker desktop 之后错误变成:
docker: Error response from daemon: container 9d22fd588dc32da16a627d6e1f5b9163f0271801f528fce0780d67ae941882eb encountered an error during hcsshim::System::CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x2).
现在错误变成:
The virtual machine could not be started because a required feature is not installed