Difference between revisions of "--platform"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
[[linux/amd64]], [[linux/arm64]], or [[darwin/amd64]] | [[linux/amd64]], [[linux/arm64]], or [[darwin/amd64]] | ||
[[arm64v8]] | [[arm64v8]] | ||
+ | |||
+ | no matching manifest for darwin/arm64 in the manifest list entries | ||
[[docker inspect]] xxxxxx | grep Os | [[docker inspect]] xxxxxx | grep Os |
Revision as of 13:08, 4 May 2023
docker build --platform docker pull --platform
https://docs.docker.com/build/building/multi-platform/
linux/amd64, linux/arm64, or darwin/amd64 arm64v8
no matching manifest for darwin/arm64 in the manifest list entries
docker inspect xxxxxx | grep Os "Os": "linux",
no matching manifest for darwin/arm64 in the manifest list entries
Error response from daemon: image with reference postgres:11.18-alpine was found but does not match the specified platform: wanted darwin/arm64, actual: linux/arm64/v8
Related
- platform:
- The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
docker cp
exited with code 137
See also
- --platform, linux/amd64, linux/arm64, darwin/amd64, darwin/arm64
- Docker:
docker-compose
, Docker Desktop, Docker Scout, Docker Swarm, Docker Volumes, Docker images management, docker network,docker inspect
,docker volume inspect
,Dockerfile
, Docker Engine release notes,docker kill
,moby
, Docker-in-Docker,docker context
,buildx
,docker tag
,docker system prune
, Docker Hub,hub-tool, /etc/docker/daemon.json
,hostconfig.json
, dockerd, logs, Docker logging, Backup,docker service
,depends on
,--dns, --filter
,--mount
,docker login
,docker build
,apt remove docker.io
,.dockerignore
, docker context ls |docker-machine, .docker/
, PWD,$HOME/.docker/config.json
, Docker ID,--env-file, docker --help
Advertising: