Apple Silicon compatible version of Docker Desktop (Preview) has been released to the public, so I will try it

I tried it because the Apple Silicon compatible version of Docker Desktop was released to the public. Is it a role as a human pillar? ..

Click here for the verification environment.

download

It was possible to download from the following page.

Download and Try the Tech Preview of Docker Desktop for M1 - Docker Blog

There was a download link in the How We Got to a Technical Preview section later on the page. Anyone can download it from this link.

スクリーンショット_2020-12-19_15_51_08.jpg

The file name is Docker-AppleSilicon-Preview7.dmg

Installation

Double-click the .dmg file and drag and drop as usual, but this Preview version is not Universal, so if you open it on an Intel Mac, you'll see that it's an app that doesn't work.

スクリーンショット 2020-12-19 15.47.47.png

It's okay to open it on an M1 (ARM) Mac.

スクリーンショット 2020-12-19 15.58.43.png

Start-up

Double-click /Applications/Docker.app or open it from Spotlight to start it.

There is no problem in starting up.

Try docker-compose

I'm sorry for the miso in the foreground, but Docker --Qiita starting with only 20 lines of code I tried docker-compose with the code I made here.

スクリーンショット_2020-12-19_16_22_33.jpg

It started up safely. Access from the browser also passed safely. The operation is so far ** a light impression **

You can also check it on the Dashboard.

スクリーンショット_2020-12-19_16_13_57.jpg

important point

I haven't verified it properly, but when I tried to start the old configuration, some of them did not start with the following error.

ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

スクリーンショット_2020-12-19_16_04_03.jpg

If you read this, it seems that it is because there is no arm64 version, so let's check docker hub etc.

Manifest list entry does not have a manifest for linux/amd64 – CircleCI Japanese Support Center

PR

We have created a web app that allows everyone to share whether various apps are compatible with M1 (ARM) Mac. If you have an app that works, you can look it up, and if you have an M1Mac and have any information you would like to share with others, it would be helpful if you could register or comment.

WOMM project WORK ON M1 MAC

We would appreciate your cooperation just by voting m (_ _) m

Recommended Posts

Apple Silicon compatible version of Docker Desktop (Preview) has been released to the public, so I will try it
Java SE 13 (JSR388) has been released so I tried it
After all I wanted to preview the contents of mysql with Docker ...
I stumbled on the Java version in Android Studio, so I will summarize it
Try the free version of Progate [Java I]
The handling of Java Future is too dull, so I will try various ideas.
I tried to summarize the state transition of docker
I introduced Docker to Rails 6, so I summarized it (beginner)
The Records that are preview released in JDK 14 are nice, so let's try it with JShell
[Terraform] When I try to build an Azure resource on a Windows machine, it will time out, so I solved it with Docker.
I can't find the docker image after updating to docker desktop 2.4.0.0
I tried to build the environment of WSL2 + Docker + VSCode
I want to narrow down the display of docker ps
Know the convenience of Docker (-compose) now (information list that I referred to when using it)
What I was addicted to when updating the PHP version of the development environment (Docker) from 7.2.11 to 7.4.x