Skip to content

Commit e0c4e4e

Browse files
Add features
1 parent 8a9634c commit e0c4e4e

File tree

12 files changed

+37
-20
lines changed

12 files changed

+37
-20
lines changed

content/manuals/admin/company/_index.md

+2
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

+2
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

+2
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

+2
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

+2
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

+1-4
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

+1-4
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

+1-3
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

+1-4
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

+2-4
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": {

content/manuals/security/for-admins/domain-audit.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ aliases:
99
weight: 50
1010
---
1111

12+
{{< summary-bar feature_name="Domain audit" >}}
13+
1214
Domain audit identifies uncaptured users in an organization. Uncaptured users are Docker users who have authenticated to Docker using an email address associated with one of your verified domains, but they're not a member of your organization in Docker. You can audit domains on organizations that are part of the Docker Business subscription. To upgrade your existing account to a Docker Business subscription, see [Upgrade your subscription](/subscription/upgrade/).
1315

1416
Uncaptured users who access Docker Desktop in your environment may pose a security risk because your organization's security settings, like Image Access Management and Registry Access Management, aren't applied to a user's session. In addition, you won't have visibility into the activity of uncaptured users. You can add uncaptured users to your organization to gain visibility into their activity and apply your organization's security settings.

data/summary.yaml

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Format for shortcode: {{< summary-bar feature_name="feature name here" >}}
2+
13
Activity logs:
24
subscription: [Team, Business]
35
for: Administrators
@@ -7,8 +9,12 @@ Admin Console:
79
for: Administrators
810
Allow list:
911
for: Administrators
12+
Amazon S3 cache:
13+
availability: Experimental
1014
Ask Gordon:
1115
availability: Beta
16+
Automated builds:
17+
subscription: [Pro, Team, Business]
1218
Azure blob:
1319
availability: Experimental
1420
Build bake:
@@ -18,6 +24,9 @@ Build checks:
1824
requires: Buildx v0.15.0 and later
1925
Cache backend API:
2026
availability: Experimental
27+
Company:
28+
subscription: Business
29+
for: Administrators
2130
Compose bridge:
2231
availability: Experimental
2332
containerd:
@@ -26,6 +35,8 @@ Dev Environments:
2635
availability: Beta
2736
docker compose alpha:
2837
availability: Experimental
38+
Docker Desktop Archlinux
39+
availability: Experimental
2940
Docker Desktop CLI:
3041
availability: Beta
3142
requires: Docker Desktop 4.37 and later
@@ -39,8 +50,13 @@ Docker Scout GitHub:
3950
Docker Scout health scores:
4051
subscription: [Pro, Team, Business]
4152
availability: Beta
53+
Domain audit:
54+
subscription: [Business]
55+
for: Administrators
4256
General admin:
4357
for: Administrators
58+
GitHub Actions cache:
59+
availability: Experimental
4460
Import builds:
4561
availability: Beta
4662
requires: Docker Desktop 4.31 and later
@@ -79,4 +95,6 @@ VMM:
7995
availability: Beta
8096
requires: Docker Desktop 4.35.0 and later
8197
Wasm workloads:
82-
availability: Beta
98+
availability: Beta
99+
Wasmtime:
100+
availability: Experimental

0 commit comments

Comments
 (0)