You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`subscription`| Notes the subscription required to use the feature | All, Personal, Pro, Team, Business |
19
+
|`availability`| Notes what product development stage the feature is in | Experimental, Beta, Early access, GA, Retired |
20
+
|`requires`| Notes what minimum version is required for the feature | No specific value, use a string to describe the version and link to relevant release notes |
21
+
|`for`| Notes if the feature is intended for IT Administrators | Administrators |
22
+
23
+
Then, add the `summary-bar` shortcode on the page you want to add the summary bar to. Note, the feature name is case sensitive. The icons that appear in the summary bar are automatically rendered.
17
24
18
25
## Examples
19
26
20
-
{{< introduced buildx 0.16.0 >}}
27
+
{{< summary-bar feature_name="PKG installer" >}}
21
28
22
29
> [!NOTE]
23
30
>
@@ -54,18 +61,10 @@ is displayed in the callout.
54
61
55
62
For both of the following callouts, consult [the Docker release lifecycle](/release-lifecycle) for more information on when to use them.
56
63
57
-
{{% experimental title="Beta feature" %}}
58
-
The Builds view is currently in Beta. This feature may change or be removed from future releases.
59
-
{{% /experimental %}}
60
-
61
-
{{% restricted %}}
62
-
Docker Scout is an [early access](/release-lifecycle/#early-access-ea) product.
Copy file name to clipboardExpand all lines: content/guides/swarm-deploy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ params:
13
13
time: 10 minutes
14
14
---
15
15
16
-
{{< include "swarm-mode.md" >}}
16
+
{{% include "swarm-mode.md" %}}
17
17
18
18
## Prerequisites
19
19
@@ -35,7 +35,7 @@ Swarm never creates individual containers like you did in the previous step of t
35
35
36
36
Now you can write a simple stack file to run and manage your Todo app, the container `getting-started` image created in [Part 2](02_our_app.md) of the tutorial. Place the following in a file called `bb-stack.yaml`:
0 commit comments