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 a few containers on my Raspberry Pi that run amd64 emulators: docker run -d --restart always --platform linux/amd64 example/example
Whenever I reboot I have to reinstall binfmt with: docker run --privileged --rm tonistiigi/binfmt --install all
Otherwise I get exec /bin/sh: exec format error inside my containers.
That's really annoying. Is there a way to avoid this?
The text was updated successfully, but these errors were encountered:
Nitrooo
changed the title
"exec format error" after reboot. How to avoid reinstallation on Raspberry?
"exec format error" after reboot. How to avoid reinstallation on Raspberry Pi?
Apr 23, 2022
I have a few containers on my Raspberry Pi that run amd64 emulators:
docker run -d --restart always --platform linux/amd64 example/example
Whenever I reboot I have to reinstall
binfmt
with:docker run --privileged --rm tonistiigi/binfmt --install all
Otherwise I get
exec /bin/sh: exec format error
inside my containers.That's really annoying. Is there a way to avoid this?
The text was updated successfully, but these errors were encountered: