Skip to content

Commit 6d768f6

Browse files
authored
Merge pull request docker#12282 from StefanScherer/rosetta
Show command how to install Rosetta 2
2 parents 14ad8d0 + 4bdb40f commit 6d768f6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docker-for-mac/apple-m1.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ Click the following link to download the Apple M1 tech preview build:
2323
The tech preview of Docker Desktop for Apple M1 currently has the following limitations:
2424

2525
- The tech preview build does not update automatically. You must manually install any future versions of Docker Desktop.
26-
- You must install Rosetta 2 as some binaries are still Darwin/AMD64.
26+
- You must install Rosetta 2 as some binaries are still Darwin/AMD64. To install Rosetta 2 manually from the command line use this command:
27+
```
28+
softwareupdate --install-rosetta
29+
```
2730
- The DNS name `host.docker.internal` only works if you add `--add-host=host.docker.internal:host-gateway` to the `docker run` command
2831
- The DNS name `vm.docker.internal` does not work.
2932
- Kubernetes does not initialize because of a missing DNS name.

docker-for-mac/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ ways, and create reports.
154154
155155
### Support for Apple silicon processors
156156
157-
At the moment, Docker Desktop is compatible with Intel processors only. You can follow the status of Apple Silicon support in our [roadmap](https://github.com/docker/roadmap/issues/142){:target="_blank" rel="noopener" class="_"}.
157+
At the moment, Docker Desktop is compatible with Intel processors only. You can learn more about the technical preview for Apple silicon in our [docs](apple-m1.md).
158158
159159
### Make sure certificates are set up correctly
160160

go/apple-silicon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: How to run Docker Desktop on new Mac with Apple Silicon processors
33
description: Instructions on enabling BuildKit
44
keywords: mac, troubleshooting, apple, silicon, issues
5-
redirect_to: /docker-for-mac/troubleshoot/#support-for-apple-silicon-processors
5+
redirect_to: /docker-for-mac/apple-m1/
66
---

0 commit comments

Comments
 (0)