LoginSignup
0
1

More than 3 years have passed since last update.

docker pull rust をしたら「no matching manifest for windows/amd64 10.0.19042 in the manifest list entries」

Posted at

私の環境

  • 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

解決方法

  1. Dockerアイコンを右クリックして、Docker Settingsを開きます。
  2. Docker Engineを選択し、"experimental": falseをtrueに変更して反映する。 docker_setting.PNG
  3. もう一度、docker pull rustを実行する。
> docker images
REPOSITORY   TAG       IMAGE ID       CREATED       SIZE
rust         latest    5cbef0869ecb   2 weeks ago   1.32GB

参考

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1