From f380cf287901b78d78a15c7530e63f61d80124a1 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:31:26 -0700 Subject: [PATCH] align beta callout wording (#19800) Signed-off-by: Craig Osterhout --- content/desktop/use-desktop/container.md | 5 ++--- content/desktop/use-desktop/volumes.md | 10 ++++------ content/reference/cli/docker/debug.md | 4 ++-- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/content/desktop/use-desktop/container.md b/content/desktop/use-desktop/container.md index 752a5b08ce..ae675d82d2 100644 --- a/content/desktop/use-desktop/container.md +++ b/content/desktop/use-desktop/container.md @@ -86,10 +86,9 @@ and select the **System default** option under **Choose your terminal**. #### Open the integrated terminal in debug mode -> **Beta** +> **Beta feature** > -> The debug mode feature is in [Beta](../../release-lifecycle.md/#beta). Docker -> recommends that you don't use this feature in production environments. +> The debug mode feature is currently in [Beta](../../release-lifecycle.md/#beta). { .experimental } Debug mode requires a [Pro, Team, or Business subcription](/subscription/details/). Debug mode has several advantages, such as: diff --git a/content/desktop/use-desktop/volumes.md b/content/desktop/use-desktop/volumes.md index 7b428cc448..52c386ac72 100644 --- a/content/desktop/use-desktop/volumes.md +++ b/content/desktop/use-desktop/volumes.md @@ -96,10 +96,9 @@ To empty a volume: ## Export a volume -> **Beta** +> **Beta feature** > -> The export volume feature is in [Beta](../../release-lifecycle.md/#beta). -> Docker recommends that you don't use this feature in production environments. +> 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, or an to @@ -128,10 +127,9 @@ To export a volume: ## Import a volume -> **Beta** +> **Beta feature** > -> The import volume feature is in [Beta](../../release-lifecycle.md/#beta). -> Docker recommends that you don't use this feature in production environments. +> The import volume feature is currently in [Beta](../../release-lifecycle.md/#beta). { .experimental } You can import a local file, a local image, or an image from Docker Hub. Any diff --git a/content/reference/cli/docker/debug.md b/content/reference/cli/docker/debug.md index 2f03c46431..5fae3a0a0b 100644 --- a/content/reference/cli/docker/debug.md +++ b/content/reference/cli/docker/debug.md @@ -7,6 +7,6 @@ aliases: - /engine/reference/commandline/debug/ --- -> **Beta** +> **Beta feature** > -> Docker Debug is currently in [Beta](../../../release-lifecycle.md#beta). Docker recommends that you do not use this in production environments. +> Docker Debug is currently in [Beta](../../../release-lifecycle.md#beta).