본문 바로가기
Develop/Docker

Docker 도커 | no matching manifest for windows/amd64 10.0.19041 in the manifest list entries

by bellsilver7 2022. 3. 27.
728x90

도커에 mysql 컨테이너를 만들기 위해 아래와 같이 docker pull mysql 을 실행했다. 참고로 mysql:(버전) 으로 입력하면 특정 버전의 이미지를 받을 수 있으나 no matching manifest for windows/amd6 라는 오류가 발생한다.

> docker pull mysql
Using default tag: latest
latest: Pulling from library/mysql
no matching manifest for windows/amd64 10.0.19041 in the manifest list entries

 

먼저 도커 데스크탑(Docker Desktop)을 연다.

상단의 Setting > 왼쪽 메뉴에서 Docker Engine 을 열면 experimantal 값이 false로 되있는 것을 true로 변경 후 Apply & Restart를 클릭하면 된다.

 

그리고 다시 한 번 시도하면 아래와 같이 이미지를 내려받을 수 있다.

PS C:\Users\bellsilver7> docker pull mysql
Using default tag: latest
latest: Pulling from library/mysql
a4b007099961: Pull complete
e2b610d88fd9: Pull complete
38567843b438: Pull complete
5fc423bf9558: Pull complete
aa8241dfe828: Pull complete
cc662311610e: Pull complete
9832d1192cf2: Pull complete
f2aa1710465f: Pull complete
4a2d5722b8f3: Pull complete
3a246e8d7cac: Pull complete
2f834692d7cc: Pull complete
a37409568022: Pull complete
Digest: sha256:b2ae0f527005d99bacdf3a220958ed171e1eb0676377174f0323e0a10912408a
Status: Downloaded newer image for mysql:latest
docker.io/library/mysql:latest


참조 https://stackoverflow.com/questions/48066994/docker-no-matching-manifest-for-windows-amd64-in-the-manifest-list-entries#answer-51071057

728x90

댓글