mirror of https://github.com/docker/docs.git
chore: use experimental shortcode
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
e3aa78b72c
commit
de909cde37
|
@ -5,11 +5,12 @@ aliases:
|
|||
- /build/customize/bake/
|
||||
---
|
||||
|
||||
> **Experimental**
|
||||
>
|
||||
> Bake is an experimental feature, and we are looking for
|
||||
> [feedback from users](https://github.com/docker/buildx/issues).
|
||||
{ .experimental }
|
||||
{{% experimental %}}
|
||||
|
||||
Bake is an experimental feature, and we are looking for
|
||||
[feedback from users](https://github.com/docker/buildx/issues).
|
||||
|
||||
{{% /experimental %}}
|
||||
|
||||
Bake is a feature of Docker Buildx that lets you define your build configuraton
|
||||
using a declarative file, as opposed to specifying a complex CLI expression. It
|
||||
|
|
|
@ -32,10 +32,9 @@ message that caused the build to fail:
|
|||
|
||||
{{< introduced desktop 4.31 >}}
|
||||
|
||||
> **Beta feature**
|
||||
>
|
||||
> Import builds is currently in [Beta](../../../release-lifecycle.md#Beta).
|
||||
{ .experimental }
|
||||
{{% experimental title="Beta feature" %}}
|
||||
Import builds is currently in [Beta](../../../release-lifecycle.md#Beta).
|
||||
{{% /experimental %}}
|
||||
|
||||
The job summary includes a link for downloading a build record archive for the
|
||||
run. The build record archive is a ZIP file containing the details about a build
|
||||
|
|
|
@ -83,11 +83,11 @@ jobs:
|
|||
|
||||
### Cache backend API
|
||||
|
||||
> Experimental
|
||||
>
|
||||
> This cache exporter is experimental. Please provide feedback on [BuildKit repository](https://github.com/moby/buildkit)
|
||||
> if you experience any issues.
|
||||
{ .experimental }
|
||||
{{% experimental %}}
|
||||
This cache exporter is experimental. Please provide feedback on the
|
||||
[BuildKit repository](https://github.com/moby/buildkit)
|
||||
if you experience any issues.
|
||||
{{% /experimental %}}
|
||||
|
||||
The [GitHub Actions cache exporter](../../cache/backends/gha.md)
|
||||
backend uses the [GitHub Cache API](https://github.com/tonistiigi/go-actions-cache/blob/master/api.md)
|
||||
|
|
|
@ -6,10 +6,9 @@ title: Overview of Dev Environments
|
|||
|
||||
{{< include "dev-envs-changing.md" >}}
|
||||
|
||||
> **Beta**
|
||||
>
|
||||
> The Dev Environments feature is currently in [Beta](../../release-lifecycle.md#beta).
|
||||
{ .experimental }
|
||||
{{% experimental title="Beta" %}}
|
||||
The Dev Environments feature is currently in [Beta](../../release-lifecycle.md#beta).
|
||||
{{% /experimental %}}
|
||||
|
||||
Dev Environments let you create a configurable developer environment with all the code and tools you need to quickly get up and running.
|
||||
|
||||
|
|
|
@ -40,10 +40,9 @@ Docker Desktop settings.
|
|||
|
||||
### Import builds
|
||||
|
||||
> **Beta feature**
|
||||
>
|
||||
> Import builds is currently in [Beta](../../release-lifecycle.md#Beta).
|
||||
{ .experimental }
|
||||
{{% experimental title="Beta feature" %}}
|
||||
Import builds is currently in [Beta](../../release-lifecycle.md#Beta).
|
||||
{{% /experimental %}}
|
||||
|
||||
The **Import builds** button lets you import build records for builds by other
|
||||
people, or builds in a CI environment. When you've imported a build record, it
|
||||
|
|
|
@ -117,10 +117,9 @@ To empty a volume:
|
|||
|
||||
## Export a volume
|
||||
|
||||
> **Beta feature**
|
||||
>
|
||||
> The export volume feature is currently in [Beta](../../release-lifecycle.md/#beta).
|
||||
{ .experimental }
|
||||
{{% experimental title="Beta feature" %}}
|
||||
The export volume feature is currently in [Beta](../../release-lifecycle.md/#beta).
|
||||
{{% /experimental %}}
|
||||
|
||||
You can export the content of a volume to a local file, a local image, an to an
|
||||
image in Docker Hub, or to a supported cloud provider. When exporting content
|
||||
|
|
|
@ -5,12 +5,11 @@ keywords: Docker, WebAssembly, wasm, containerd, engine
|
|||
toc_max: 3
|
||||
---
|
||||
|
||||
> **Beta**
|
||||
>
|
||||
> The Wasm feature is currently in [Beta](../release-lifecycle.md/#beta).
|
||||
> We recommend that you do not use this feature in production environments as
|
||||
> this feature may change or be removed from future releases.
|
||||
{ .experimental }
|
||||
{{% experimental title="Beta" %}}
|
||||
The Wasm feature is currently in [Beta](../release-lifecycle.md/#beta).
|
||||
We recommend that you do not use this feature in production environments as
|
||||
this feature may change or be removed from future releases.
|
||||
{{% /experimental %}}
|
||||
|
||||
Wasm (short for WebAssembly) is a fast, light alternative to the Linux and
|
||||
Windows containers you’re using in Docker today (with
|
||||
|
|
|
@ -16,10 +16,9 @@ aliases:
|
|||
download-url-base: https://download.docker.com/linux/rhel
|
||||
---
|
||||
|
||||
> **Experimental**
|
||||
>
|
||||
> Support for Docker Engine on RHEL x86_64 and aarch64 is experimental.
|
||||
{ .experimental }
|
||||
{{% experimental %}}
|
||||
Support for Docker Engine on RHEL x86_64 and aarch64 is experimental.
|
||||
{{% /experimental %}}
|
||||
|
||||
> **Docker Desktop for Linux** is also available for RHEL.
|
||||
>
|
||||
|
|
|
@ -6,11 +6,9 @@ aliases:
|
|||
- /desktop/extensions/private-marketplace/
|
||||
---
|
||||
|
||||
> **Beta**
|
||||
>
|
||||
> This feature is currently in [Beta](../../release-lifecycle.md#beta). It is available to Docker Business customers only.
|
||||
{ .experimental }
|
||||
|
||||
{{% experimental title="Beta" %}}
|
||||
This feature is currently in [Beta](../../release-lifecycle.md#beta). It is available to Docker Business customers only.
|
||||
{{% /experimental %}}
|
||||
|
||||
Learn how to configure and set up a private marketplace with a curated list of extensions for your Docker Desktop users.
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
> Experimental
|
||||
>
|
||||
> The "labs" channel provides early access to Dockerfile features that are not
|
||||
> yet available in the stable channel.
|
||||
{ .experimental }
|
||||
{{% experimental %}}
|
||||
The "labs" channel provides early access to Dockerfile features that are not
|
||||
yet available in the stable channel.
|
||||
{{% /experimental %}}
|
||||
|
|
|
@ -4,10 +4,9 @@ description: Integrate Docker Scout using the GitHub app to get remediation advi
|
|||
keywords: scout, github, integration, image analysis, supply chain, remediation, source code
|
||||
---
|
||||
|
||||
> **Beta feature**
|
||||
>
|
||||
> The GitHub integration is currently in [Beta](../../../release-lifecycle.md#Beta).
|
||||
{ .experimental }
|
||||
{{% experimental title="Beta feature" %}}
|
||||
The GitHub integration is currently in [Beta](../../../release-lifecycle.md#Beta).
|
||||
{{% /experimental %}}
|
||||
|
||||
The GitHub app integration for Docker Scout grants Docker Scout access to your
|
||||
source code repository on GitHub. This improved visibility into how your image
|
||||
|
|
|
@ -4,10 +4,9 @@ description: Learn how Docker Scout can help you improve your software quality a
|
|||
keywords: scout, supply chain, security, remediation, automation
|
||||
---
|
||||
|
||||
> **Beta feature**
|
||||
>
|
||||
> Remediation with Docker Scout is currently in [Beta](../../release-lifecycle.md#Beta).
|
||||
{ .experimental }
|
||||
{{% experimental title="Beta feature" %}}
|
||||
Remediation with Docker Scout is currently in [Beta](../../release-lifecycle.md#Beta).
|
||||
{{% /experimental %}}
|
||||
|
||||
Docker Scout helps you remediate supply chain or security issues by providing
|
||||
recommendations based on policy evaluation results. Recommendations are
|
||||
|
|
Loading…
Reference in New Issue