私の環境
-
- windows 10
- Docker for windows
やろうとしたこと
docker pull rustを実行しようとしたら、以下のメッセージが表示されました。
> docker pull rust
Using default tag: latest
latest: Pulling from library/rust
no matching manifest for windows/amd64 10.0.19042 in the manifest list entries
解決方法

> docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
rust latest 5cbef0869ecb 2 weeks ago 1.32GB
参考
- https://stackoverflow.com/questions/48066994/docker-no-matching-manifest-for-windows-amd64-in-the-manifest-list-entries