mirror of https://github.com/docker/docs.git
align beta callout wording (#19800)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
3a1ca38faa
commit
f380cf2879
|
@ -86,10 +86,9 @@ and select the **System default** option under **Choose your terminal**.
|
||||||
|
|
||||||
#### Open the integrated terminal in debug mode
|
#### Open the integrated terminal in debug mode
|
||||||
|
|
||||||
> **Beta**
|
> **Beta feature**
|
||||||
>
|
>
|
||||||
> The debug mode feature is in [Beta](../../release-lifecycle.md/#beta). Docker
|
> The debug mode feature is currently in [Beta](../../release-lifecycle.md/#beta).
|
||||||
> recommends that you don't use this feature in production environments.
|
|
||||||
{ .experimental }
|
{ .experimental }
|
||||||
|
|
||||||
Debug mode requires a [Pro, Team, or Business subcription](/subscription/details/). Debug mode has several advantages, such as:
|
Debug mode requires a [Pro, Team, or Business subcription](/subscription/details/). Debug mode has several advantages, such as:
|
||||||
|
|
|
@ -96,10 +96,9 @@ To empty a volume:
|
||||||
|
|
||||||
## Export a volume
|
## Export a volume
|
||||||
|
|
||||||
> **Beta**
|
> **Beta feature**
|
||||||
>
|
>
|
||||||
> The export volume feature is in [Beta](../../release-lifecycle.md/#beta).
|
> The export volume feature is currently in [Beta](../../release-lifecycle.md/#beta).
|
||||||
> Docker recommends that you don't use this feature in production environments.
|
|
||||||
{ .experimental }
|
{ .experimental }
|
||||||
|
|
||||||
You can export the content of a volume to a local file, a local image, or an to
|
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
|
## Import a volume
|
||||||
|
|
||||||
> **Beta**
|
> **Beta feature**
|
||||||
>
|
>
|
||||||
> The import volume feature is in [Beta](../../release-lifecycle.md/#beta).
|
> The import volume feature is currently in [Beta](../../release-lifecycle.md/#beta).
|
||||||
> Docker recommends that you don't use this feature in production environments.
|
|
||||||
{ .experimental }
|
{ .experimental }
|
||||||
|
|
||||||
You can import a local file, a local image, or an image from Docker Hub. Any
|
You can import a local file, a local image, or an image from Docker Hub. Any
|
||||||
|
|
|
@ -7,6 +7,6 @@ aliases:
|
||||||
- /engine/reference/commandline/debug/
|
- /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).
|
||||||
|
|
Loading…
Reference in New Issue