mirror of https://github.com/docker/docs.git
Merge pull request #11752 from usha-mandya/apple-silicon-patch
Add note on support for Apple silicon processors
This commit is contained in:
commit
034525e72b
|
@ -35,6 +35,10 @@ Yes, you can switch between Stable and Edge versions. You can try out the Edge r
|
|||
|
||||
You need a Mac that supports hardware virtualization. For more information, see [Docker Desktop Mac system requirements](install.md#system-requirements).
|
||||
|
||||
## Is Docker Desktop compatible with Apple silicon processors?
|
||||
|
||||
At the moment, Docker Desktop is compatible with Intel processors only. You can follow the status of Apple Silicon support in our [roadmap](https://github.com/docker/roadmap/issues/142){:target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
## What is an experimental feature?
|
||||
|
||||
{% include experimental.md %}
|
||||
|
|
|
@ -155,6 +155,10 @@ ways, and create reports.
|
|||
<a name="troubleshoot"></a>
|
||||
## Troubleshooting
|
||||
|
||||
### Support for Apple silicon processors
|
||||
|
||||
At the moment, Docker Desktop is compatible with Intel processors only. You can follow the status of Apple Silicon support in our [roadmap](https://github.com/docker/roadmap/issues/142){:target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
### Make sure certificates are set up correctly
|
||||
|
||||
Docker Desktop ignores certificates listed under insecure registries, and does
|
||||
|
|
Loading…
Reference in New Issue