Skip to content

Commit 9185089

Browse files
Add features
1 parent 8a9634c commit 9185089

File tree

12 files changed

+37
-20
lines changed

12 files changed

+37
-20
lines changed

content/manuals/admin/company/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ aliases:
4242
- /docker-hub/creating-companies/
4343
---
4444

45+
{{< summary-bar feature_name="Company" >}}
46+
4547
{{< include "admin-company-overview.md" >}}
4648

4749
Learn how to administer a company in the following sections.

content/manuals/admin/company/new-company.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ aliases:
66
- /docker-hub/new-company/
77
---
88

9+
{{< summary-bar feature_name="Company" >}}
10+
911
You can create a new company in the Docker Admin Console. Before you begin, you must:
1012
- Be the owner of the organization you want to add to your company
1113
- Have a Docker Business subscription

content/manuals/admin/company/organizations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ keywords: company, multiple organizations, manage organizations
44
title: Manage company organizations
55
---
66

7+
{{< summary-bar feature_name="Company" >}}
8+
79
You can manage the organizations in a company in the Docker Admin Console.
810

911
{{< include "admin-early-access.md" >}}

content/manuals/admin/company/owners.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ aliases:
66
- /docker-hub/company-owner/
77
---
88

9+
{{< summary-bar feature_name="Company" >}}
10+
911
A company can have multiple owners. Company owners have company-wide
1012
observability and can manage company-wide settings that apply to all associated
1113
organizations. In addition, company owners have the same access as organization

content/manuals/admin/company/users.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ keywords: company, company users, users, admin, Admin Console
44
title: Manage company users
55
---
66

7+
{{< summary-bar feature_name="Company" >}}
8+
79
You can manage users at the company-level in the Docker Admin Console.
810

911
{{% admin-users product="admin" layer="company" %}}

content/manuals/build/cache/backends/gha.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ aliases:
66
- /build/building/cache/backends/gha/
77
---
88

9-
{{% restricted %}}
10-
This is an experimental feature. The interface and behavior are unstable and
11-
may change in future releases.
12-
{{% /restricted %}}
9+
{{< summary-bar feature_name="GitHub Actions cache" >}}
1310

1411
The GitHub Actions cache utilizes the
1512
[GitHub-provided Action's cache](https://github.com/actions/cache) or other

content/manuals/build/cache/backends/s3.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ aliases:
66
- /build/building/cache/backends/s3/
77
---
88

9-
{{% restricted %}}
10-
This is an experimental feature. The interface and behavior are unstable and
11-
may change in future releases.
12-
{{% /restricted %}}
9+
{{< summary-bar feature_name="Amazon S3 cache" >}}
1310

1411
The `s3` cache storage uploads your resulting build cache to
1512
[Amazon S3 file storage service](https://aws.amazon.com/s3/)

content/manuals/desktop/setup/install/linux/archlinux.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ aliases:
1919
2020
This page contains information on how to install, launch and upgrade Docker Desktop on an Arch-based distribution.
2121

22-
> [!IMPORTANT]
23-
>
24-
> This is an experimental installation package. Docker has not tested or verified the installation.
22+
{{< summary-bar feature_name="Docker Desktop Archlinux" >}}
2523

2624
## Prerequisites
2725

content/manuals/docker-hub/repos/manage/builds/_index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ aliases:
77
- /docker-hub/builds/how-builds-work/
88
---
99

10-
> [!NOTE]
11-
>
12-
> Automated builds require a
13-
> Docker Pro, Team, or Business subscription.
10+
{{< summary-bar feature_name="Automated builds" >}}
1411

1512
Docker Hub can automatically build images from source code in an external
1613
repository and automatically push the built image to your Docker repositories.

content/manuals/engine/daemon/alternative-runtimes.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ $ docker run --rm --runtime youki hello-world
166166

167167
### Wasmtime
168168

169+
{{< summary-bar feature_name="Wasmtime" >}}
170+
169171
Wasmtime is a
170172
[Bytecode Alliance](https://bytecodealliance.org/)
171173
project, and a Wasm runtime that lets you run Wasm containers.
@@ -178,10 +180,6 @@ To add Wasmtime as a container runtime, follow these steps:
178180
1. Turn on the [containerd image store](/manuals/engine/storage/containerd.md)
179181
feature in the daemon configuration file.
180182

181-
> [!NOTE]
182-
>
183-
> This is an experimental feature.
184-
185183
```json
186184
{
187185
"features": {

0 commit comments

Comments
 (0)