mirror of https://github.com/docker/docs.git
links to PRL page (#15454)
This commit is contained in:
parent
094b645611
commit
99cf5d44bf
|
@ -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.
|
||||
|
||||
{:width="700px"}
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue