Skip to content

Commit d86c906

Browse files
chore: add utm parameters to dl urls (#23229)
<!--Delete sections as needed --> ## Description Add UTM parameters to various download links. --------- Co-authored-by: Allie Sadler <[email protected]>
1 parent a9803cd commit d86c906

File tree

4 files changed

+20
-25
lines changed

4 files changed

+20
-25
lines changed

content/manuals/desktop/_index.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,17 @@ Docker Desktop reduces the time spent on complex setups so you can focus on writ
5252

5353
Docker Desktop integrates with your preferred development tools and languages, and gives you access to a vast ecosystem of trusted images and templates via Docker Hub. This empowers teams to accelerate development, automate builds, enable CI/CD workflows, and collaborate securely through shared repositories.
5454

55-
{{< tabs >}}
56-
{{< tab name="What's included in Docker Desktop?" >}}
55+
## Key features
56+
57+
* Ability to containerize and share any application on any cloud platform, in multiple languages and frameworks.
58+
* Quick installation and setup of a complete Docker development environment.
59+
* Includes the latest version of Kubernetes.
60+
* On Windows, the ability to toggle between Linux and Windows containers to build applications.
61+
* Fast and reliable performance with native Windows Hyper-V virtualization.
62+
* Ability to work natively on Linux through WSL 2 on Windows machines.
63+
* Volume mounting for code and data, including file change notifications and easy access to running containers on the localhost network.
64+
65+
## Products inside Docker Desktop
5766

5867
- [Docker Engine](/manuals/engine/_index.md)
5968
- Docker CLI client
@@ -67,18 +76,6 @@ Docker Desktop integrates with your preferred development tools and languages, a
6776
- [Credential Helper](https://github.com/docker/docker-credential-helpers/)
6877
- [Docker Offload](/manuals/offload/_index.md)
6978

70-
{{< /tab >}}
71-
{{< tab name="What are the key features of Docker Desktop?">}}
72-
73-
* Ability to containerize and share any application on any cloud platform, in multiple languages and frameworks.
74-
* Quick installation and setup of a complete Docker development environment.
75-
* Includes the latest version of Kubernetes.
76-
* On Windows, the ability to toggle between Linux and Windows containers to build applications.
77-
* Fast and reliable performance with native Windows Hyper-V virtualization.
78-
* Ability to work natively on Linux through WSL 2 on Windows machines.
79-
* Volume mounting for code and data, including file change notifications and easy access to running containers on the localhost network.
80-
81-
{{< /tab >}}
82-
{{< /tabs >}}
79+
## Next steps
8380

8481
{{< grid >}}

content/manuals/desktop/features/wsl/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Before you turn on the Docker Desktop WSL 2 feature, ensure you have:
4141
>
4242
> To avoid any potential conflicts with using WSL 2 on Docker Desktop, you must uninstall any previous versions of Docker Engine and CLI installed directly through Linux distributions before installing Docker Desktop.
4343
44-
1. Download and install the latest version of [Docker Desktop for Windows](https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe).
44+
1. Download and install the latest version of [Docker Desktop for Windows](https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-windows).
4545
2. Follow the usual installation instructions to install Docker Desktop. Depending on which version of Windows you are using, Docker Desktop may prompt you to turn on WSL 2 during installation. Read the information displayed on the screen and turn on the WSL 2 feature to continue.
4646
3. Start Docker Desktop from the **Windows Start** menu.
4747
4. Navigate to **Settings**.

hugo_stats.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@
137137
"WSL-2-backend-Arm-Early-Access",
138138
"WSL-2-backend-x86_64",
139139
"Web-browser",
140-
"What-are-the-key-features-of-Docker-Desktop",
141-
"Whats-included-in-Docker-Desktop",
142140
"Windows",
143141
"Windows-Command-Prompt",
144142
"Windows-Git-Bash",

layouts/shortcodes/desktop-install-v2.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,41 +10,41 @@
1010
{{- if or $all $win }}
1111
<div>
1212
<a rel="noopener"
13-
href="https://desktop.docker.com/win/main/amd64{{ $build_path }}Docker%20Desktop%20Installer.exe">Windows</a>
13+
href="https://desktop.docker.com/win/main/amd64{{ $build_path }}Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-windows">Windows</a>
1414
(<a rel="noopener"
1515
href="https://desktop.docker.com/win/main/amd64{{ $build_path }}checksums.txt">checksum</a>)
1616
</div>
1717
{{ end }}
1818
{{- if or $win_arm_release }}
1919
<div>
2020
<a rel="noopener"
21-
href="https://desktop.docker.com/win/main/arm64{{ $build_path }}Docker%20Desktop%20Installer.exe">Windows ARM {{ $win_arm_release }}</a>
21+
href="https://desktop.docker.com/win/main/arm64{{ $build_path }}Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-windows">Windows ARM {{ $win_arm_release }}</a>
2222
(<a rel="noopener"
2323
href="https://desktop.docker.com/win/main/arm64{{ $build_path }}checksums.txt">checksum</a>)
2424
</div>
2525
{{ end }}
2626
{{- if or $all $mac }}
2727
<div>
28-
<a rel="noopener" href="https://desktop.docker.com/mac/main/arm64{{ $build_path }}Docker.dmg">Mac with Apple chip</a>
28+
<a rel="noopener" href="https://desktop.docker.com/mac/main/arm64{{ $build_path }}Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64">Mac with Apple chip</a>
2929
(<a rel="noopener"
3030
href="https://desktop.docker.com/mac/main/arm64{{ $build_path }}checksums.txt">checksum</a>)
3131
</div>
3232
<div>
33-
<a rel="noopener" href="https://desktop.docker.com/mac/main/amd64{{ $build_path }}Docker.dmg">Mac with Intel chip</a>
33+
<a rel="noopener" href="https://desktop.docker.com/mac/main/amd64{{ $build_path }}Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-amd64">Mac with Intel chip</a>
3434
(<a rel="noopener"
3535
href="https://desktop.docker.com/mac/main/amd64{{ $build_path }}checksums.txt">checksum</a>)
3636
</div>
3737
{{ end -}}
3838
{{- if or $all $linux }}
3939
<div>
4040
<a rel="noopener"
41-
href="https://desktop.docker.com/linux/main/amd64{{ $build_path }}docker-desktop-amd64.deb">Debian</a>
41+
href="https://desktop.docker.com/linux/main/amd64{{ $build_path }}docker-desktop-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64">Debian</a>
4242
-
4343
<a rel="noopener"
44-
href="https://desktop.docker.com/linux/main/amd64{{ $build_path }}docker-desktop-x86_64.rpm">RPM</a>
44+
href="https://desktop.docker.com/linux/main/amd64{{ $build_path }}docker-desktop-x86_64.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64">RPM</a>
4545
-
4646
<a rel="noopener"
47-
href="https://desktop.docker.com/linux/main/amd64{{ $build_path }}docker-desktop-x86_64.pkg.tar.zst">Arch</a>
47+
href="https://desktop.docker.com/linux/main/amd64{{ $build_path }}docker-desktop-x86_64.pkg.tar.zst?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64">Arch</a>
4848
(<a rel="noopener"
4949
href="https://desktop.docker.com/linux/main/amd64{{ $build_path }}checksums.txt">checksum</a>)
5050
</div>

0 commit comments

Comments
 (0)