Skip to content

Commit 5fa4f8f

Browse files
dvdksnclaude
andcommitted
sbx: fix Admin Console navigation for policy creation
Replace the incorrect app.docker.com/admin link (the real AI governance URLs are org-scoped and can't be linked directly) with the standard navigation: sign in to Docker Home, select the org, then Admin Console > AI governance > Network access / Filesystem access. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 9e6b34f commit 5fa4f8f

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

  • content/manuals/ai/sandboxes/governance

content/manuals/ai/sandboxes/governance/org.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ aliases:
1010

1111
[Local policies](local.md) give individual developers control over what their
1212
sandboxes can access. Organization policy moves that control to the admin level:
13-
rules defined in the [Docker Admin Console](https://app.docker.com/admin) apply
14-
to sandboxes across the organization, either to every member or to specific
15-
teams. When organization governance is active, it replaces local `sbx policy`
13+
rules defined in **Admin Console** apply to sandboxes across the organization,
14+
either to every member or to specific teams. When organization governance is active, it replaces local `sbx policy`
1615
rules entirely — local rules are no longer evaluated and can't be used to
1716
supplement or override the organization policy.
1817

@@ -27,18 +26,21 @@ programmatically using the [Governance API](/reference/api/ai-governance/).
2726
2827
## Create a policy
2928

30-
Manage policies in the [Docker Admin Console](https://app.docker.com/admin)
31-
under **AI governance**. Network and filesystem policies are managed
32-
separately, under **Network access** and **Filesystem access**.
29+
Manage policies under **Admin Console**, a section in the left-hand navigation
30+
of [Docker Home](https://app.docker.com). Network and filesystem policies are
31+
managed separately, under **Network access** and **Filesystem access**.
3332

3433
To create a policy:
3534

36-
1. Under **AI governance**, select **Network access** or **Filesystem access**.
37-
2. Select **Create policy** and enter a **Policy name**.
38-
3. Set the **Scope** to **Organization** or **Teams**. If you select **Teams**,
35+
1. Sign in to [Docker Home](https://app.docker.com) and select your
36+
organization.
37+
1. Select **Admin Console**, then **AI governance**.
38+
1. Select **Network access** or **Filesystem access**, then **Create policy**.
39+
1. Enter a **Policy name**.
40+
1. Set the **Scope** to **Organization** or **Teams**. If you select **Teams**,
3941
choose the teams the policy applies to. See
4042
[Scope policies to teams](#scope-policies-to-teams).
41-
4. Select **Add rule** to add each rule. For rule syntax, see
43+
1. Select **Add rule** to add each rule. For rule syntax, see
4244
[Policy concepts](concepts.md#rule-syntax).
4345

4446
Existing policies are listed with their name, scope, rule count, and last

0 commit comments

Comments
 (0)