Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions content/manuals/desktop/setup/install/linux/ubuntu.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: Learn how to install, launch, and upgrade Docker Desktop on Ubuntu. This
description:
Learn how to install, launch, and upgrade Docker Desktop on Ubuntu. This
quick guide will cover prerequisites, installation methods, and more.
keywords: install docker ubuntu, ubuntu install docker, install docker on ubuntu,
keywords:
install docker ubuntu, ubuntu install docker, install docker on ubuntu,
docker install ubuntu, how to install docker on ubuntu, ubuntu docker install, docker
installation on ubuntu, docker ubuntu install, docker installing ubuntu, installing
docker on ubuntu, docker desktop for ubuntu
Expand All @@ -10,9 +12,9 @@ linkTitle: Ubuntu
weight: 10
toc_max: 4
aliases:
- /desktop/linux/install/ubuntu/
- /desktop/install/ubuntu/
- /desktop/install/linux/ubuntu/
- /desktop/linux/install/ubuntu/
- /desktop/install/ubuntu/
- /desktop/install/linux/ubuntu/
---

> **Docker Desktop terms**
Expand Down Expand Up @@ -47,7 +49,7 @@ Recommended approach to install Docker Desktop on Ubuntu:

```console
$ sudo apt-get update
$ sudo apt-get install ./docker-desktop-amd64.deb
$ sudo apt install ./docker-desktop-amd64.deb
```

> [!NOTE]
Expand All @@ -68,7 +70,7 @@ The post-install script:
- Sets the capability on the Docker Desktop binary to map privileged ports and set resource limits.
- Adds a DNS name for Kubernetes to `/etc/hosts`.
- Creates a symlink from `/usr/local/bin/com.docker.cli` to `/usr/bin/docker`.
This is because the classic Docker CLI is installed at `/usr/bin/docker`. The Docker Desktop installer also installs a Docker CLI binary that includes cloud-integration capabilities and is essentially a wrapper for the Compose CLI, at `/usr/local/bin/com.docker.cli`. The symlink ensures that the wrapper can access the classic Docker CLI.
This is because the classic Docker CLI is installed at `/usr/bin/docker`. The Docker Desktop installer also installs a Docker CLI binary that includes cloud-integration capabilities and is essentially a wrapper for the Compose CLI, at `/usr/local/bin/com.docker.cli`. The symlink ensures that the wrapper can access the classic Docker CLI.

## Launch Docker Desktop

Expand All @@ -80,7 +82,7 @@ When a new version for Docker Desktop is released, the Docker UI shows a notific
You need to download the new package each time you want to upgrade Docker Desktop and run:

```console
$ sudo apt-get install ./docker-desktop-amd64.deb
$ sudo apt install ./docker-desktop-amd64.deb
```

## Next steps
Expand Down