This message was deleted.
# rancher-desktop
a
This message was deleted.
f
Hi, how do you run the container? are you using dockerd or containerd? Are these images available for
linux/arm64
?
o
Hello, I'm using dockerd
It's built-in images
So, I should build it first for linux/arm64
f
not sure, I don't have M1 at hand to try out - but I'd try to rebuild for arm64
RD is supported on M1 but I don't know if it uses amd64 over emulation or native arm64
o
oh yes
I think you're right!
Thanks for the input I'llt ry this
f
you are welcome, good luck
o
It works
!
I have to rebuild all of our images 😅
f
awesome, thanks for reporting back 🙂
you may also try something like
docker run --platform linux/amd64 <your_image>
for emulation without rebuilding images
o
I already tried it
It doesn't work
f
this should enable qemu-x86_64 emulator in lima
docker run --privileged --rm tonistiigi/binfmt --install amd64
o
well, I think it was already on
ps returned this
{bash} /usr/bin/qemu-x86_64 /bin/bash
but arguments were not working
f
ah yes, I saw that
o
bash-5.1# ps faux
faux: applet not found