links to PRL page (#15454)

This commit is contained in:
Allie Sadler 2022-08-23 09:41:53 +01:00 committed by GitHub
parent 094b645611
commit 99cf5d44bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 7 deletions

View File

@ -12,7 +12,7 @@ You can also switch between your developer environments or your team members' en
> **Beta**
>
> The Dev Environments feature is currently offered in Beta. We recommend that you do not use this in production environments.
> The Dev Environments feature is currently in [Beta](../../release-lifecycle.md#beta). We recommend that you do not use this in production environments.
![Dev environment intro](../images/dev-env.PNG){:width="700px"}

View File

@ -10,7 +10,7 @@ Use the resources in this section to create your own Docker Extension.
> Beta
>
> The Docker Extensions SDK is currently in Beta.
> The Docker Extensions SDK is currently in [Beta](../../release-lifecycle.md#beta).
> Features and APIs detailed below are subject to change.
Extensions are packaged as specially formatted Docker images, which our CLI tool helps to build. At the root of the image filesystem is a `metadata.json` file which describes the content of the extension. It is a fundamental element of a Docker extension.

View File

@ -8,7 +8,7 @@ toc_max: 2
> **Beta**
>
> The Docker Extensions feature is currently in Beta. We recommend that you do not use Extensions in production environments.
> The Docker Extensions feature is currently in [Beta](../release-lifecycle.md#beta). We recommend that you do not use Extensions in production environments.
Docker Extensions lets you use third-party tools within Docker Desktop to extend its functionality. There is no limit to the number of extensions you can install.

View File

@ -59,10 +59,6 @@ This includes:
- Tip of the week
- Sending usage statistics
### What is an experimental feature?
{% include experimental.md %}
### Where can I find information about diagnosing and troubleshooting Docker Desktop issues?
You can find information about diagnosing and troubleshooting common issues in the [Troubleshooting topic](../troubleshoot/overview.md).