C:\Program Files\Docker\Docker>docker run ubuntu
Unable to find image 'ubuntu:latest' locally
latest: Pulling from library/ubuntu
docker: no matching manifest for windows/amd64 10.0.18362 in the manifest list entries.
See 'docker run --help'.
 

找到docker 的 setting

no matching manifest for windows/amd64 10.0.18362 in the manifest list entries.

将"experimental": false 改为 true

no matching manifest for windows/amd64 10.0.18362 in the manifest list entries.

相关文章:

  • 2021-07-17
  • 2021-07-25
  • 2022-12-23
  • 2021-11-23
  • 2021-10-31
  • 2021-09-17
  • 2021-07-09
猜你喜欢
  • 2021-05-04
  • 2022-01-02
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
相关资源
相似解决方案