question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker Images don't start on ARM devices

See original GitHub issue

Hi,

Just updating my docker containers to latest and noticed they don’t start up on my RPi with an error of exec /usr/bin/dotnet: exec format error. I noticed in commit aad15cb the base image was updated to point directly at the amd64 image. Just wondering if there was a reason, and if not if I could raise a PR to revert?

Many Thanks Cameron

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
milkywarecommented, Jul 15, 2022

No worries @mohdali. Personally I use it mainly for a bit a of a personal cloud at home, hosting my projects on a clustered docker swarm (same would be possible with kubernetes) which is quite cheap to run and scale. However, the area that would be interesting is that AWS have very competitive pricing for their ARM based graviton EC2s compared to traditional x86 servers.

Thanks @sfmskywalker @mohdali for your assistance

1reaction
sfmskywalkercommented, Jul 14, 2022

If need be, we could copy the Dockerfile and change the base image and push both of them. But let’s see what @mohdali comes up with.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Building arm Docker images from Windows doesn't work ...
I am building a linux/arm/v7 image from Windows 10 to be run on a Raspberry Pi running a 32 bit OS. Dockerfile. FROM...
Read more >
Building Multi-Arch Images for Arm and x86 with ...
If you don't already have Docker Desktop, start by downloading it. Install it by following the installation instructions. Once installed, or if ...
Read more >
[SOLVED] Problems running arm docker images on x86_64
Your docker image is all arm code. The host cannot run that. qemu-system-arm built with STATIC_USR is a statically linked arm emulator that...
Read more >
docker image platform does not match - Raspberry Pi Forums
Docker does indeed run on ARM, but you are attempting to use an image that has been configured to run on X86_64. The...
Read more >
Run AMD64 Docker Images On An ARM Computer
Some Docker images don't have versions for ARM devices. There are two ways to solve this problem. The first solution is to build...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found