mirror of https://github.com/docker/docs.git
Merge pull request #11889 from usha-mandya/macos-sys-reqs
Update macOS sys requirements
This commit is contained in:
commit
3443709ae1
|
@ -22,15 +22,15 @@ VirtualBox system.
|
|||
|
||||
Your Mac must meet the following requirements to successfully install Docker Desktop:
|
||||
|
||||
- **Mac hardware must be a 2010 or a newer model**, with Intel’s hardware support for memory management unit (MMU) virtualization, including Extended Page Tables (EPT) and Unrestricted Mode. You can check to see if your machine has this support by running the following command in a terminal: `sysctl kern.hv_support`
|
||||
- **Mac hardware must be a 2010 or a newer model with an Intel processor**, with Intel’s hardware support for memory management unit (MMU) virtualization, including Extended Page Tables (EPT) and Unrestricted Mode. You can check to see if your machine has this support by running the following command in a terminal: `sysctl kern.hv_support`
|
||||
|
||||
If your Mac supports the Hypervisor framework, the command prints `kern.hv_support: 1`.
|
||||
|
||||
- **macOS must be version 10.14 or newer**. That is, Mojave or Catalina. We recommend upgrading to the latest version of macOS.
|
||||
- **macOS must be version 10.14 or newer**. That is, Mojave, Catalina, or Big Sur. We recommend upgrading to the latest version of macOS.
|
||||
|
||||
If you experience any issues after upgrading your macOS to version 10.15, you must install the latest version of Docker Desktop to be compatible with this version of macOS.
|
||||
|
||||
**Note:** Docker supports Docker Desktop on the most recent versions of macOS. Docker Desktop currently supports macOS Mojave and macOS Catalina.
|
||||
**Note:** Docker supports Docker Desktop on the most recent versions of macOS. Docker Desktop currently supports macOS Mojave, macOS Catalina, and macOS Big Sur.
|
||||
|
||||
As new major versions of macOS are made generally available, Docker stops supporting the oldest version and support the newest version of macOS.
|
||||
|
||||
|
|
Loading…
Reference in New Issue