I bought a new MacBook Pro with an M1 chip, but Docker Desktop (Preview7) did not start with the following error. ..
Looking at the terminal, this error
python
docker --version
zsh: bad CPU type in executable: docker
When I installed Rosetta 2 from the terminal, Docker started successfully.
python
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
https://www.gitmemory.com/issue/docker/for-mac/5155/748248913
Recommended Posts