You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to install x86_64 or amd64 architecture centos 7 on rancher-desktop's docker container.
I found the command docker build --platform=linux/amd64 -t {my_docker_images} .
result of that command's log is below. [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
It seems the application doesn't support different architecture os container on different host os.
for example)
host OS chip : apple silicon
docker container chip : amd64
impossible to install.
host OS chip : apple silicon
docker container chip : ararm64
possible to install.
is that right ?
I found it's currently not supporting....(#1501)
do you have a plan to support different architecture OS installing in future ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
I have tried to install x86_64 or amd64 architecture centos 7 on rancher-desktop's docker container.
I found the command
docker build --platform=linux/amd64 -t {my_docker_images} .
result of that command's log is below.
[Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
It seems the application doesn't support different architecture os container on different host os.
for example)
docker container chip : amd64
docker container chip : ararm64
is that right ?
I found it's currently not supporting....(#1501)
do you have a plan to support different architecture OS installing in future ?
Beta Was this translation helpful? Give feedback.
All reactions