updates to dd overview page (#15070)

This commit is contained in:
Allie Sadler 2022-07-06 15:55:51 +01:00 committed by GitHub
parent 868e0c1186
commit 716d69338e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 38 deletions

View File

@ -17,10 +17,15 @@ redirect_from:
Docker Desktop is an easy-to-install application for your Mac or Windows environment Docker Desktop is an easy-to-install application for your Mac or Windows environment
that enables you to build and share containerized applications and microservices. that enables you to build and share containerized applications and microservices.
Docker Desktop includes [Docker Engine](../engine/index.md), Docker CLI client,
[Docker Compose](../compose/index.md), [Docker Content Trust](../engine/security/trust/index.md), Docker Desktop includes:
[Kubernetes](https://github.com/kubernetes/kubernetes/), and
[Credential Helper](https://github.com/docker/docker-credential-helpers/). - [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/)
- [Credential Helper](https://github.com/docker/docker-credential-helpers/).
Docker Desktop works with your choice of development tools and languages and Docker Desktop works with your choice of development tools and languages and
gives you access to a vast library of certified images and templates in gives you access to a vast library of certified images and templates in
@ -28,7 +33,7 @@ gives you access to a vast library of certified images and templates in
their environment to rapidly auto-build, continuously integrate, and collaborate their environment to rapidly auto-build, continuously integrate, and collaborate
using a secure repository. using a secure repository.
Some of the key features of Docker Desktop include: ### Key features of Docker Desktop:
* Ability to containerize and share any application on any cloud platform, in multiple languages and frameworks * Ability to containerize and share any application on any cloud platform, in multiple languages and frameworks
* Easy installation and setup of a complete Docker development environment * Easy installation and setup of a complete Docker development environment
@ -42,7 +47,7 @@ Some of the key features of Docker Desktop include:
## Download and install ## Download and install
Docker Desktop is available for Mac and Windows. For download information, system requirements, and installation instructions, see: Docker Desktop is available for Mac, Linux, and Windows. For download information, system requirements, and installation instructions, see:
* [Install Docker Desktop on Linux](linux/install.md) * [Install Docker Desktop on Linux](linux/install.md)
@ -51,35 +56,4 @@ Docker Desktop is available for Mac and Windows. For download information, syste
For information about Docker Desktop licensing, see [Docker Desktop License Agreement](../subscription/index.md#docker-desktop-license-agreement). For information about Docker Desktop licensing, see [Docker Desktop License Agreement](../subscription/index.md#docker-desktop-license-agreement).
## Sign in to Docker Desktop For information about new features, improvements, and bug fixes in Docker Desktop releases, see [Release notes](release-notes.md).
After youve successfully installed and started Docker Desktop, we recommend
that you authenticate using the **Sign in/Create ID** option from the Docker
menu.
Authenticated users get a higher pull rate limit compared to anonymous users. For example, if you are authenticated, you get 200 pulls per 6 hour period, compared to 100 pulls per 6 hour period per IP address for anonymous users. For more information, see [Download rate limit](../docker-hub/download-rate-limit.md).
In large enterprises where admin access is restricted, administrators can create
a `registry.json` file and deploy it to the developers' machines using a device
management software as part of the Docker Desktop installation process. Enforcing developers to authenticate through Docker Desktop also allows
administrators to set up guardrails using features such as
[Image Access Management](../docker-hub/image-access-management.md) which allows team
members to only have access to Trusted Content on Docker Hub, and pull only from
the specified categories of images. For more information, see
[Configure registry.json to enforce sign in](../docker-hub/configure-sign-in.md).
## Configure Docker Desktop
To learn about the various UI options and their usage, see:
* [Docker Desktop for Linux user manual](linux/index.md)
* [Docker Desktop for Mac user manual](mac/index.md)
* [Docker Desktop for Windows user manual](windows/index.md)
## Release notes
For information about new features, improvements, and bug fixes in Docker Desktop releases, see:
* [Docker Desktop for Linux Release notes](linux/release-notes/index.md)
* [Docker Desktop for Mac Release notes](mac/release-notes/index.md)
* [Docker Desktop for Windows Release notes](windows/release-notes/index.md)