環境
- Windows10
- Docker for Windows
エラー
PS C:\> docker run nginx
Unable to find image 'nginx:latest' locally
latest: Pulling from library/nginx
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: no matching manifest for windows/amd64 10.0.18362 in the manifest list entries.
対処方法
Settingで "experimental": true
を定義して、 Apply
experimentalは実験とか検証とかそういう意味みたいですね。