mirror of https://github.com/docker/docs.git
Update system requirements for Apple silicon
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
parent
a1ddd59d85
commit
39d7a57f9c
|
@ -48,7 +48,7 @@ Your Mac must meet the following requirements to install Docker Desktop successf
|
|||
|
||||
### Mac with Apple silicon
|
||||
|
||||
- You must install **Rosetta 2** as some binaries are still Darwin/AMD64. To install Rosetta 2 manually from the command line, run the following command:
|
||||
- Beginning with Docker Desktop 4.3.0, we have removed the hard requirement to install **Rosetta 2**. There are a few optional command line tools that still require Rosetta 2 when using Darwin/AMD64. See the [Known issues section](apple-silicon.md#known-issues). However, to get the best experience, we recommend that you install Rosetta 2. To install Rosetta 2 manually from the command line, run the following command:
|
||||
|
||||
```console
|
||||
$ softwareupdate --install-rosetta
|
||||
|
|
Loading…
Reference in New Issue