Docker Desktop now available for Apple Silicon

Posted:
in macOS
Developers can now use Docker Desktop to build, ship, and run distributed apps right from their Apple Silicon M1 Mac systems.

Moby, the docker whale


Starting on April 15, developers on Apple Silicon will be able to use Docker after several months of beta testing the much anticipated new release. Docker notes that developers who have tried the M1-compatible version of Docker Desktop for Mac have found it faster and quieter, and it remains as easy to get up and running.

"This is great news for the many developers who have been clamoring for Docker Desktop for Macs with Apple Silicon," said Docker Chief Technology Officer Justin Cormack. "This marks an expansion of the broader developer universe that extends Docker Desktop into the Mac's custom silicon where they can write powerful applications."

Developers can build and run both x86 and ARM images on Docker Desktop for Mac and utilize 90,000 ARM-based images available on Docker Hub.

"Docker developers have even more capabilities for cross platform development without having to learn anything new or changing how they build, share and run applications. All of the commands, local tools, build pipelines and deployment automations just work," added Cormack. "We're committed to making sure that the Docker standard for containers runs on all of the platforms our developers want today and tomorrow."

Docker is available for download from Docker's site. Docker offers multiple pricing options, including a free tier.

Comments

  • Reply 1 of 5
    ppietrappietra Posts: 288member
    Is it too much of a coincidence that several major professional tools came out the week before Apple’s new announcement?
    watto_cobra
  • Reply 2 of 5
    I’m still anxiously waiting to hear about x64 image compatibility. I know this article states we can build x64 images on Apple Silicon, but I’ve got a number of x64 images that are critical to my workflow. If I can’t use them, I’ll probably need to buy one more Intel Mac before I can count on these images being built for ASi.
    edited April 2021 watto_cobra
  • Reply 3 of 5
    I’m still anxiously waiting to hear about x64 image compatibility. I know this article states we can build x64 images on Apple Silicon, but I’ve got a number of x64 images that are critical to my workflow. If I can’t use them, I’ll probably need to buy one more Intel Mac before I can count on these images being built for ASi.
    I regularly build and run x86 images on my M1 MBP and it works fine
    chiawatto_cobra
  • Reply 4 of 5
    mjtomlinmjtomlin Posts: 2,673member
    I’m still anxiously waiting to hear about x64 image compatibility. I know this article states we can build x64 images on Apple Silicon, but I’ve got a number of x64 images that are critical to my workflow. If I can’t use them, I’ll probably need to buy one more Intel Mac before I can count on these images being built for ASi.

    Intel-based containers are run under QEMU emulation. the only way to find out if it can run your images, is to test them out.
    watto_cobra
  • Reply 5 of 5
    Rayz2016Rayz2016 Posts: 6,957member
    I’m still anxiously waiting to hear about x64 image compatibility. I know this article states we can build x64 images on Apple Silicon, but I’ve got a number of x64 images that are critical to my workflow. If I can’t use them, I’ll probably need to buy one more Intel Mac before I can count on these images being built for ASi.
    I regularly build and run x86 images on my M1 MBP and it works fine
    Same here. 
    watto_cobra
Sign In or Register to comment.