mirror of https://github.com/docker/docs.git
Merge pull request #15309 from ameliejyc/patch-1
Add missing mac installation link on get-docker.md
This commit is contained in:
commit
90b8f0249e
|
@ -31,7 +31,7 @@ section and choose the best installation path for you.
|
|||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<a href=""><img src="/images/apple_48.svg" alt="Docker Desktop for Mac" width="70" height="70"></a>
|
||||
<a href="/desktop/install/mac-install/"><img src="/images/apple_48.svg" alt="Docker Desktop for Mac" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="docker-for-mac"><a href="/desktop/install/mac-install/">Docker Desktop for Mac</a></h2>
|
||||
<p>A native application using the macOS sandbox security model which delivers all Docker tools to your Mac.</p>
|
||||
|
|
Loading…
Reference in New Issue