File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,10 @@ Click the following link to download the Apple M1 tech preview build:
23
23
The tech preview of Docker Desktop for Apple M1 currently has the following limitations:
24
24
25
25
- 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
+ ```
27
30
- The DNS name `host.docker.internal` only works if you add `--add-host=host.docker.internal:host-gateway` to the `docker run` command
28
31
- The DNS name `vm.docker.internal` does not work.
29
32
- Kubernetes does not initialize because of a missing DNS name.
You can’t perform that action at this time.
0 commit comments