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 image does not run on M1 MacBooks

See original GitHub issue

The s12v/sns images from DockerHub are only for linux/amd64 and do not work on the new M1 MacBooks. Those require the linux/arm64 architecture.

I can build the image locally, but it would be nice to have it on DockerHub.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:9

github_iconTop GitHub Comments

7reactions
bcalmaccommented, Dec 18, 2021

Here’s my arm64 image for version 0.4.1 if anyone else needs it: https://hub.docker.com/r/bcalmac/sns

1reaction
adelaydeelseviercommented, Jun 3, 2022

@warrenseine thank you. it took me a while to get back to looking at this, but I have now tried your version and it works perfectly 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker image runs on Intel mac but not M1 mac - Stack Overflow
We have found, though, that it cannot run properly on an ARM-based MacBook Pro. The exceptions we get are basic Java errors like...
Read more >
Cannot get Docker working in Macbook Pro M1
When I double-click the Docker icon, nothing happens. The whale icon doesn't appear in task bar. Docker daemon isn't running. There is a...
Read more >
The M1 MacBook Breaks Docker Development
Docker Is Not Supported on Apple M1 MacBooks/Mini ... Docker is based on Golang and needs virtualization support. Getting Go to support the...
Read more >
Docker Desktop cannot start on mac M1 chip #6145 - GitHub
Can not start Docker on MacBook Pro 16 with M1 Max chip. "Whale menu" does not appear on top, but some process is...
Read more >
Why new Macs break your Docker build, and how to fix it
In short: on an Intel/AMD PC or Mac, docker pull will pull the linux/amd64 image. On a newer Mac using M1/M2/Silicon chips, docker...
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