Skip to content

Commit

Permalink
Add features
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsanders-docker committed Jan 17, 2025
1 parent 8a9634c commit fc93712
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 20 deletions.
2 changes: 2 additions & 0 deletions content/manuals/admin/company/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ aliases:
- /docker-hub/creating-companies/
---

{{< summary-bar feature_name="Company" >}}

{{< include "admin-company-overview.md" >}}

Learn how to administer a company in the following sections.
Expand Down
2 changes: 2 additions & 0 deletions content/manuals/admin/company/new-company.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ aliases:
- /docker-hub/new-company/
---

{{< summary-bar feature_name="Company" >}}

You can create a new company in the Docker Admin Console. Before you begin, you must:
- Be the owner of the organization you want to add to your company
- Have a Docker Business subscription
Expand Down
2 changes: 2 additions & 0 deletions content/manuals/admin/company/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ keywords: company, multiple organizations, manage organizations
title: Manage company organizations
---

{{< summary-bar feature_name="Company" >}}

You can manage the organizations in a company in the Docker Admin Console.

{{< include "admin-early-access.md" >}}
Expand Down
2 changes: 2 additions & 0 deletions content/manuals/admin/company/owners.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ aliases:
- /docker-hub/company-owner/
---

{{< summary-bar feature_name="Company" >}}

A company can have multiple owners. Company owners have company-wide
observability and can manage company-wide settings that apply to all associated
organizations. In addition, company owners have the same access as organization
Expand Down
2 changes: 2 additions & 0 deletions content/manuals/admin/company/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ keywords: company, company users, users, admin, Admin Console
title: Manage company users
---

{{< summary-bar feature_name="Company" >}}

You can manage users at the company-level in the Docker Admin Console.

{{% admin-users product="admin" layer="company" %}}
Expand Down
5 changes: 1 addition & 4 deletions content/manuals/build/cache/backends/gha.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ aliases:
- /build/building/cache/backends/gha/
---

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

The GitHub Actions cache utilizes the
[GitHub-provided Action's cache](https://github.com/actions/cache) or other
Expand Down
5 changes: 1 addition & 4 deletions content/manuals/build/cache/backends/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ aliases:
- /build/building/cache/backends/s3/
---

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

The `s3` cache storage uploads your resulting build cache to
[Amazon S3 file storage service](https://aws.amazon.com/s3/)
Expand Down
4 changes: 1 addition & 3 deletions content/manuals/desktop/setup/install/linux/archlinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ aliases:
This page contains information on how to install, launch and upgrade Docker Desktop on an Arch-based distribution.

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

## Prerequisites

Expand Down
5 changes: 1 addition & 4 deletions content/manuals/docker-hub/repos/manage/builds/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ aliases:
- /docker-hub/builds/how-builds-work/
---

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

Docker Hub can automatically build images from source code in an external
repository and automatically push the built image to your Docker repositories.
Expand Down
6 changes: 2 additions & 4 deletions content/manuals/engine/daemon/alternative-runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ $ docker run --rm --runtime youki hello-world

### Wasmtime

{{< summary-bar feature_name="Wasmtime" >}}

Wasmtime is a
[Bytecode Alliance](https://bytecodealliance.org/)
project, and a Wasm runtime that lets you run Wasm containers.
Expand All @@ -178,10 +180,6 @@ To add Wasmtime as a container runtime, follow these steps:
1. Turn on the [containerd image store](/manuals/engine/storage/containerd.md)
feature in the daemon configuration file.

> [!NOTE]
>
> This is an experimental feature.
```json
{
"features": {
Expand Down
2 changes: 2 additions & 0 deletions content/manuals/security/for-admins/domain-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ aliases:
weight: 50
---

{{< summary-bar feature_name="Domain audit" >}}

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/).

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.
Expand Down
20 changes: 19 additions & 1 deletion data/summary.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Format for shortcode: {{< summary-bar feature_name="feature name here" >}}

Activity logs:
subscription: [Team, Business]
for: Administrators
Expand All @@ -7,8 +9,12 @@ Admin Console:
for: Administrators
Allow list:
for: Administrators
Amazon S3 cache:
availability: Experimental
Ask Gordon:
availability: Beta
Automated builds:
subscription: [Pro, Team, Business]
Azure blob:
availability: Experimental
Build bake:
Expand All @@ -18,6 +24,9 @@ Build checks:
requires: Buildx v0.15.0 and later
Cache backend API:
availability: Experimental
Company:
subscription: Business
for: Administrators
Compose bridge:
availability: Experimental
containerd:
Expand All @@ -26,6 +35,8 @@ Dev Environments:
availability: Beta
docker compose alpha:
availability: Experimental
Docker Desktop Archlinux
availability: Experimental
Docker Desktop CLI:
availability: Beta
requires: Docker Desktop 4.37 and later
Expand All @@ -39,8 +50,13 @@ Docker Scout GitHub:
Docker Scout health scores:
subscription: [Pro, Team, Business]
availability: Beta
Domain audit:
subscription: [Business]
for: Administrators
General admin:
for: Administrators
GitHub Actions cache:
availability: Experimental
Import builds:
availability: Beta
requires: Docker Desktop 4.31 and later
Expand Down Expand Up @@ -79,4 +95,6 @@ VMM:
availability: Beta
requires: Docker Desktop 4.35.0 and later
Wasm workloads:
availability: Beta
availability: Beta
Wasmtime:
availability: Experimental

0 comments on commit fc93712

Please sign in to comment.