diff --git a/content/build/bake/_index.md b/content/build/bake/_index.md index fae941e7a9..17ec6eb4a8 100644 --- a/content/build/bake/_index.md +++ b/content/build/bake/_index.md @@ -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 diff --git a/content/build/ci/github-actions/build-summary.md b/content/build/ci/github-actions/build-summary.md index dd5eba530d..0a598a7a28 100644 --- a/content/build/ci/github-actions/build-summary.md +++ b/content/build/ci/github-actions/build-summary.md @@ -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 diff --git a/content/build/ci/github-actions/cache.md b/content/build/ci/github-actions/cache.md index 3479a8c854..10be7423c6 100644 --- a/content/build/ci/github-actions/cache.md +++ b/content/build/ci/github-actions/cache.md @@ -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) diff --git a/content/desktop/dev-environments/_index.md b/content/desktop/dev-environments/_index.md index dbad564680..88e476d1d0 100644 --- a/content/desktop/dev-environments/_index.md +++ b/content/desktop/dev-environments/_index.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. diff --git a/content/desktop/use-desktop/builds.md b/content/desktop/use-desktop/builds.md index de1ce19d46..ae23f0a3df 100644 --- a/content/desktop/use-desktop/builds.md +++ b/content/desktop/use-desktop/builds.md @@ -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 diff --git a/content/desktop/use-desktop/volumes.md b/content/desktop/use-desktop/volumes.md index e9bf4ced7e..b053e4690b 100644 --- a/content/desktop/use-desktop/volumes.md +++ b/content/desktop/use-desktop/volumes.md @@ -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 diff --git a/content/desktop/wasm.md b/content/desktop/wasm.md index cf03a56783..2b818df904 100644 --- a/content/desktop/wasm.md +++ b/content/desktop/wasm.md @@ -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 diff --git a/content/engine/install/rhel.md b/content/engine/install/rhel.md index cad8626161..5e279968a6 100644 --- a/content/engine/install/rhel.md +++ b/content/engine/install/rhel.md @@ -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. > diff --git a/content/extensions/private-marketplace.md b/content/extensions/private-marketplace.md index e7a30a6bae..13862bf866 100644 --- a/content/extensions/private-marketplace.md +++ b/content/extensions/private-marketplace.md @@ -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. diff --git a/content/includes/dockerfile-labs-channel.md b/content/includes/dockerfile-labs-channel.md index 1024fbc8db..ef4232bf62 100644 --- a/content/includes/dockerfile-labs-channel.md +++ b/content/includes/dockerfile-labs-channel.md @@ -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 %}} diff --git a/content/scout/integrations/source-code-management/github.md b/content/scout/integrations/source-code-management/github.md index 730fcedf1f..98be011306 100644 --- a/content/scout/integrations/source-code-management/github.md +++ b/content/scout/integrations/source-code-management/github.md @@ -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 diff --git a/content/scout/policy/remediation.md b/content/scout/policy/remediation.md index 6aa2de87b4..2df230412c 100644 --- a/content/scout/policy/remediation.md +++ b/content/scout/policy/remediation.md @@ -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