Difference between revisions of "--platform"
Jump to navigation
Jump to search
(14 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
− | [[docker cp]] | + | 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]] | ||
+ | * <code>[[docker cp]]</code> | ||
+ | [[exited with code 137]] | ||
+ | * https://docs.docker.com/compose/compose-file/compose-file-v2/#platform | ||
== See also == | == See also == | ||
+ | * {{platform}} | ||
* {{docker}} | * {{docker}} | ||
[[Category:Docker]] | [[Category:Docker]] |
Latest revision as of 10:30, 19 February 2024
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[edit]
- 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[edit]
- --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: