mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
## Description In order to better attribute upgrade sources, we are adding two params - `ref` and `refAction` to the existing pricing url. The `ref` will be "Docs" and the `refAction` will be the particular docs page from where the pricing url click is originated. ## Related issues or tickets https://docker.atlassian.net/browse/GRO-282 ## Reviews @akristen You should see the new url params when hovering over or clicking any of the updated pricing urls - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Alexa Kristensen <81787716+akristen@users.noreply.github.com>
59 lines
2.1 KiB
Markdown
59 lines
2.1 KiB
Markdown
---
|
||
description: Download and install Docker on the platform of your choice, including
|
||
Mac, Linux, or Windows.
|
||
keywords: install docker, docker download, download docker, docker installation, how
|
||
to install docker, get docker, docker locally
|
||
title: Get Docker
|
||
weight: 10
|
||
aliases:
|
||
- /install/
|
||
- /install/overview/
|
||
- /installation/
|
||
- /get-docker/
|
||
- /desktop/install/
|
||
- /desktop/setup/install/
|
||
---
|
||
|
||
Docker is an open platform for developing, shipping, and running applications.
|
||
|
||
Docker allows you to separate your applications from your infrastructure so you
|
||
can deliver software quickly. With Docker, you can manage your infrastructure in
|
||
the same ways you manage your applications.
|
||
|
||
By taking advantage of Docker’s
|
||
methodologies for shipping, testing, and deploying code quickly, you can
|
||
significantly reduce the delay between writing code and running it in production.
|
||
|
||
You can download and install Docker on multiple platforms. Refer to the following
|
||
section and choose the best installation path for you.
|
||
|
||
> **Docker Desktop terms**
|
||
>
|
||
> Commercial use of Docker Desktop in larger enterprises (more than 250
|
||
> employees OR more than $10 million USD in annual revenue) requires a [paid
|
||
> subscription](https://www.docker.com/pricing?ref=Docs&refAction=DocsGetDocker).
|
||
|
||
<div class="not-prose">
|
||
{{< card
|
||
title="Docker Desktop for Mac"
|
||
description="A native application using the macOS sandbox security model that delivers all Docker tools to your Mac."
|
||
link="/desktop/setup/install/mac-install/"
|
||
icon="/icons/AppleMac.svg" >}}
|
||
|
||
{{< card
|
||
title="Docker Desktop for Windows"
|
||
description="A native Windows application that delivers all Docker tools to your Windows computer."
|
||
link="/desktop/setup/install/windows-install/"
|
||
icon="/icons/Windows.svg" >}}
|
||
|
||
{{< card
|
||
title="Docker Desktop for Linux"
|
||
description="A native Linux application that delivers all Docker tools to your Linux computer."
|
||
link="/desktop/setup/install/linux/"
|
||
icon="/icons/Linux.svg" >}}
|
||
</div>
|
||
|
||
> [!NOTE]
|
||
>
|
||
> If you're looking for information on how to install Docker Engine, see [Docker Engine installation overview](/engine/install/).
|