mirror of https://github.com/docker/docs.git
Merge pull request #13601 from justincormack/not-installer
Do not describe Desktop as an installer
This commit is contained in:
commit
5a6f2a324a
|
@ -54,12 +54,6 @@ Your Mac must meet the following requirements to install Docker Desktop successf
|
|||
</div>
|
||||
</div>
|
||||
|
||||
## What's included in the installer
|
||||
|
||||
The Docker Desktop installation includes
|
||||
[Docker Engine](../../engine/index.md), Docker CLI client,
|
||||
[Docker Compose](../../compose/index.md), [Docker Content Trust](../../engine/security/trust/index.md), [Kubernetes](https://github.com/kubernetes/kubernetes/), and [Credential Helper](https://github.com/docker/docker-credential-helpers/).
|
||||
|
||||
## Install and run Docker Desktop on Mac
|
||||
|
||||
1. Double-click `Docker.dmg` to open the installer, then drag the Docker icon to
|
||||
|
|
|
@ -69,14 +69,6 @@ Hyper-V on Windows 10:
|
|||
>
|
||||
> Docker only supports Docker Desktop on Windows for those versions of Windows 10 that are still within [Microsoft’s servicing timeline](https://support.microsoft.com/en-us/help/13853/windows-lifecycle-fact-sheet){:target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
### What's included in the installer
|
||||
|
||||
The Docker Desktop installation includes [Docker Engine](../../engine/index.md),
|
||||
Docker CLI client, [Docker Compose](../../compose/index.md),
|
||||
[Docker Content Trust](../../engine/security/trust/index.md),
|
||||
[Kubernetes](https://github.com/kubernetes/kubernetes/),
|
||||
and [Credential Helper](https://github.com/docker/docker-credential-helpers/).
|
||||
|
||||
Containers and images created with Docker Desktop are shared between all
|
||||
user accounts on machines where it is installed. This is because all Windows
|
||||
accounts use the same VM to build and run containers. Note that it is not possible to share containers and images between user accounts when using the Docker Desktop WSL 2 backend.
|
||||
|
|
Loading…
Reference in New Issue