Docker for M1 seemingly now available to the public

By the looks of things anyway:

[https://www.docker.com/blog/download-and-try-the-tech-preview-of-docker-desktop-for-m1/](https://www.docker.com/blog/download-and-try-the-tech-preview-of-docker-desktop-for-m1/)

I am downloading now, wish me luck.

EDIT: Seems to be working fine so far.

8 thoughts on “Docker for M1 seemingly now available to the public”

  1. The fact that developer will build for ARM is just awesome. Having a raspberry pi cluster, ARM images are sometimes hard to find. So M1 Macs with Docker running natively is just insane

    Reply
  2. Did someone encounter the following for the preview, the docker is locked in starting status and when running docker commands the following pop ups.
    “Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory”

    Reply
  3. I was able to stand up my docker-compose project that has postgre and django and it works with 0 config change.

    I love you docker.

    Reply
  4. Works!

    I can’t run Portainer even If it should be a multi-arch image (worked for other “universal” images)
    “WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested”
    Can I force the correct download?

    Reply

Leave a Comment