Skip to content

Commit

Permalink
4.25 release note update (#18654)
Browse files Browse the repository at this point in the history
* Update Docker Desktop release notes with the macOS minimum supported version

* Update macOS system requirements

- Added system requirements to the Apple silicon tab
- Removed the VirtualBox line
  • Loading branch information
MihaelaStoica authored Nov 14, 2023
1 parent a64d73d commit 425db7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
13 changes: 10 additions & 3 deletions content/desktop/install/mac-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,18 @@ This page contains download URLs, information about system requirements, and ins

- At least 4 GB of RAM.

- VirtualBox prior to version 4.3.30 must not be installed as it is not compatible with Docker Desktop.

{{< /tab >}}
{{< tab name="Mac with Apple silicon" >}}

- A supported version of macOS.

> **Important**
>
> Docker supports Docker Desktop on the most recent versions of macOS. That is, the current release of macOS and the previous two releases. As new major versions of macOS are made generally available, Docker stops supporting the oldest version and supports the newest version of macOS (in addition to the previous two releases).
{ .important }

- At least 4 GB of RAM.

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 [Known issues](../troubleshoot/known-issues.md). 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
Expand Down Expand Up @@ -122,4 +129,4 @@ The `install` command accepts the following flags:
- [FAQs](../faqs/general.md) provide answers to frequently asked questions.
- [Release notes](../release-notes.md) lists component updates, new features, and improvements associated with Docker Desktop releases.
- [Back up and restore data](../backup-and-restore.md) provides instructions
on backing up and restoring data related to Docker.
on backing up and restoring data related to Docker.
1 change: 1 addition & 0 deletions content/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/re

#### For Mac

- Minimum OS version to install or update Docker Desktop on macOS is now macOS Monterey (version 12) or later.
- Enhanced error messaging when an update cannot be completed if the user doesn't match the owner of `Docker.app`. Fixes [docker/for-mac#7000](https://github.com/docker/for-mac/issues/7000).
- Fixed a bug where **Re-apply configuration** might not work when `/var/run/docker.sock` is mis-configured.
- Docker Desktop doesn't overwrite `ECRCredentialHelper` if already present in `/usr/local/bin`.
Expand Down

0 comments on commit 425db7c

Please sign in to comment.