Skip to content

Commit 4bdb40f

Browse files
committed
Show command how to install Rosetta 2
Signed-off-by: Stefan Scherer <[email protected]>
1 parent d523150 commit 4bdb40f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
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.

0 commit comments

Comments
 (0)