docker pull --platform linux/arm64 nginx

Category: Docker

docker pull --platform linux/arm64 nginx

Pull an image for a different architecture

--platform selects the OS and architecture variant to fetch, here the ARM64 build of nginx even on an AMD64 host. Useful for cross-compilation and edge devices. The manifest list holds one image per platform.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.