mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
symlink clarification (#17530)
* symlink clarification * grammar * wording tweak * wording tweak
This commit is contained in:
@@ -19,8 +19,8 @@ context to the previous one.
|
||||
The Docker Desktop installer updates Docker Compose and the Docker CLI binaries
|
||||
on the host. It installs Docker Compose V2 and gives users the choice to
|
||||
link it as docker-compose from the Settings panel. Docker Desktop installs
|
||||
the new Docker CLI binary that includes cloud-integration capabilities in `/usr/local/bin`
|
||||
and creates a symlink to the classic Docker CLI at `/usr/local/bin/com.docker.cli`.
|
||||
the new Docker CLI binary that includes cloud-integration capabilities in `/usr/local/bin/com.docker.cli`
|
||||
and creates a symlink to the classic Docker CLI at `/usr/local/bin`.
|
||||
|
||||
After you’ve successfully installed Docker Desktop, you can check the versions
|
||||
of these binaries by running the following commands:
|
||||
|
||||
@@ -76,7 +76,8 @@ 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 link from `/usr/bin/docker` to `/usr/local/bin/com.docker.cli`.
|
||||
- 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.
|
||||
|
||||
## Launch Docker Desktop
|
||||
|
||||
|
||||
@@ -46,7 +46,8 @@ 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 link from `/usr/bin/docker` to `/usr/local/bin/com.docker.cli`.
|
||||
- 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.
|
||||
|
||||
## Launch Docker Desktop
|
||||
|
||||
|
||||
@@ -72,7 +72,8 @@ 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 link from `/usr/bin/docker` to `/usr/local/bin/com.docker.cli`.
|
||||
- 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.
|
||||
|
||||
## Launch Docker Desktop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user