简体   繁体   中英

Running amd64 docker image on arm64

I am trying to run a amd64 based docker image on my arm64 based host platform. However, when I try to do so (with docker run) I get the following error

Error: standard_init_linux.go:219: exec user process caused: exec format error

I am afraid you still need to compile the code for arm64 architecture and build your own docker file, then docker run it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM