You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install docker ubuntu, ubuntu install docker, install docker on ubuntu,
5
7
docker install ubuntu, how to install docker on ubuntu, ubuntu docker install, docker
6
8
installation on ubuntu, docker ubuntu install, docker installing ubuntu, installing
7
9
docker on ubuntu, docker desktop for ubuntu
@@ -10,9 +12,9 @@ linkTitle: Ubuntu
10
12
weight: 10
11
13
toc_max: 4
12
14
aliases:
13
-
- /desktop/linux/install/ubuntu/
14
-
- /desktop/install/ubuntu/
15
-
- /desktop/install/linux/ubuntu/
15
+
- /desktop/linux/install/ubuntu/
16
+
- /desktop/install/ubuntu/
17
+
- /desktop/install/linux/ubuntu/
16
18
---
17
19
18
20
> **Docker Desktop terms**
@@ -47,7 +49,7 @@ Recommended approach to install Docker Desktop on Ubuntu:
47
49
48
50
```console
49
51
$ sudo apt-get update
50
-
$ sudo apt-get install ./docker-desktop-amd64.deb
52
+
$ sudo apt install ./docker-desktop-amd64.deb
51
53
```
52
54
53
55
> [!NOTE]
@@ -68,7 +70,7 @@ The post-install script:
68
70
- Sets the capability on the Docker Desktop binary to map privileged ports and set resource limits.
69
71
- Adds a DNS name for Kubernetes to `/etc/hosts`.
70
72
- Creates a symlink from `/usr/local/bin/com.docker.cli` to `/usr/bin/docker`.
71
-
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.
73
+
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.
72
74
73
75
## Launch Docker Desktop
74
76
@@ -80,7 +82,7 @@ When a new version for Docker Desktop is released, the Docker UI shows a notific
80
82
You need to download the new package each time you want to upgrade Docker Desktop and run:
0 commit comments