Docker image does not run on M1 MacBooks
See original GitHub issueThe 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:
- Created 2 years ago
- Comments:9
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here’s my
arm64
image for version0.4.1
if anyone else needs it: https://hub.docker.com/r/bcalmac/sns@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 😃