Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 189 Bytes

docker.md

File metadata and controls

11 lines (7 loc) · 189 Bytes

Docker

Download amd64 image on arm device

Download x86_64 image on aarch64 device

docker pull --platform=linux/amd64 <image>
docker pull --platform linux/amd64 <image>