
% docker pull mcr.microsoft.com/powershell
Using default tag: latest
latest: Pulling from powershell
no matching manifest for linux/arm64/v8 in the manifest list entries
If you are trying to pull an image from docker hub and you get no matching manifest for linux/arm64/v8, that's because the image does not support ARM64 platforms, so most likely you will get this error on your Mac based on M1/M2 Apple Silicon.
Solution/Fix:
You will have to go for the x86_64 platform image in this case by adding the platform option while pulling the image.
Example:% docker pull --platform linux/x86_64 mcr.microsoft.com/powershell
Using default tag: latest
latest: Pulling from powershell
d19f32bd9e41: Pull complete
33b56f9b4c27: Pull complete
Digest: sha256:21d0bc2752dfc8ab69b989e9d6c5280cf5c8486fdf32043c1837b477a9f790b6
Status: Downloaded newer image for mcr.microsoft.com/powershell:latest
mcr.microsoft.com/powershell:latest
Have Questions? Post them here!
- How to docker remove a container when it exits
- Install Python on Alpine Linux - Docker
- How to Rename Docker Image with none TAG and REPOSITORY?
- Remove all stopped containers in Docker using prune command
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown
- [fix] Error response from daemon: conflict unable to remove repository reference ubuntu container is using its referenced image
- [Docker] Install Python3 on Alpine Linux
- Unable to find image docker latest locally
- How to Stop/Cancel/kill docker image pull
- How to know the Docker Engine Version
- [fix] Docker: OCI runtime exec failed unable to start container process
- [Solution] Alpine Docker apt-get: not found
- Install and Run Cassandra on Docker Desktop
- Install node on Alpine Linux Docker
- How to Copy files from Docker Container to Host System
- Install the minimal Linux on Docker (only 5 mb Alpine Linux)
- How to stop and start a docker container
- Docker - Error response from daemon: You cannot remove a running container
- Open Docker Desktop from macOS Terminal
- How to check installed docker version command
- How to know the Docker Sandbox ID of a Container Network?
- [fix] docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory.
- [Docker] Install Git on Alpine Linux
- Docker MySQL Compose File with Volume Example
- [fix] Docker: Alpine Linux - /bin/sh: bash: not found
- Instant Run requires Tools | Android | Enable ADB integration to be enabled - Android-Studio
- How to display Java Date Time timezone GMT/UTC offset using SimpleDateFormat - Java
- Locate MainActivity Java or Kotlin file in Android Studio - Android-Studio
- How to Join Microsoft Teams Meeting Without an Account - Teams
- Install Notepad++ silently using Windows Powershell - NotepadPlusPlus
- Fix: Spring Boot: SQLException: Access denied for user root@localhost (using password: YES) - Java
- How to save macOS Terminal outputs as text file - MacOS
- Mac - Chrome Open a new window in Incognito mode - Chrome