tidy-includes (#17394)

This commit is contained in:
Allie Sadler 2023-05-23 10:57:26 +01:00 committed by GitHub
parent 7ed5313945
commit c93df673d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 26 deletions

View File

@ -1,16 +0,0 @@
<!-- This text will be included in the Linux, Mac and Windows Install topic -->
When an update is available, Docker Desktop displays an icon on the Docker menu to indicate the availability of a newer version. Additionally, the **Software Updates** section in **Settings** also notifies you of any updates available to Docker Desktop. You can choose to download the update right away, or click the **Release Notes** option to learn what's included in the updated version.
Starting with Docker Desktop 4.2.0, the option to turn off the automatic check for updates is available for users on all Docker subscriptions, including Docker Personal and Docker Pro..
Click **Download update** When you are ready to download the update. This downloads the update in the background. After downloading the update, click **Update and restart** from the Docker menu. This installs the latest update and restarts Docker Desktop for the changes to take effect.
When Docker Desktop starts, it displays the Docker Subscription Service Agreement window. Read the information presented on the screen to understand how the changes impact you. Click the checkbox to indicate that you accept the terms and then click **Accept** to continue.
> **Important**
>
> If you do not agree to the terms, the Docker Desktop application will close and you can no longer run Docker Desktop on your machine. You can choose to accept the terms at a later date by opening Docker Desktop.
{: .important}
Docker Desktop starts after you accept the terms.

View File

@ -1,3 +0,0 @@
<!-- This text will be included in the docs that are marked as experimental -->
Experimental features provide early access to future product functionality. These features are intended for testing and feedback only as they may change between releases without warning or can be removed entirely from a future release. Experimental features must not be used in production environments. Docker does not offer support for experimental features.

View File

@ -1,7 +0,0 @@
<div class="docker-upgrade-cta" role="alert">
<div class="docker-upgrade-cta__heading">{{include.header-text}}</div>
{{ include.body | markdownify }}
<a class="btn btn-primary" role="button" href="{{include.target-url}}" target="_blank">
Sign in
</a>
</div>