Skip to content

Commit 7a88204

Browse files
wip sharing
Signed-off-by: Craig <[email protected]>
1 parent 967a769 commit 7a88204

File tree

4 files changed

+83
-40
lines changed

4 files changed

+83
-40
lines changed

content/manuals/admin/faqs/general-faqs.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -76,30 +76,4 @@ If the user is a member of your organization, you can remove the user from your
7676

7777
### How do I manage settings for a user account?
7878

79-
You can manage your account settings any time when you sign in to your [Docker account](https://app.docker.com/login). In Docker Home, select your avatar in the top-right navigation, then select **My Account**. You can also access this menu from any Docker web applications when you're signed in to your account. See [Manage your Docker account](/accounts/manage-account). If your account is associated with an organization that uses SSO, you may have limited access to the settings that you can control.
80-
81-
### How do I disable access for Docker Scout, Docker Build Cloud, Testcontainers Cloud, or Docker Hub?
82-
83-
By default Docker Hub, Docker Build Cloud, and Docker Scout are enabled for all
84-
users. The default configuration for Testcontainers Cloud is disabled.
85-
86-
To disable access for Docker Build Cloud, sign in to [Docker Build
87-
Cloud](http://app.docker.com/build) as an organization owner, select **Account
88-
settings**, and then select **Lock access to Docker Build Cloud**.
89-
90-
To disable access for Docker Scout, you can use the [`docker scout repo
91-
disable`](../../../reference/cli/docker/scout/repo/disable.md) command.
92-
Alternatively, you can sign in to [Docker Scout](https://scout.docker.com) as an
93-
organization owner, select **Settings** > **Repository settings**, select the
94-
repositories you want to disable, and then select **Deactivate image analysis**.
95-
96-
To disable access for Docker Hub, you can use [Registry Access
97-
Management](../../security/for-admins/hardened-desktop/registry-access-management.md).
98-
99-
## How do I set up Docker Build Cloud, Docker Scout, or Testcontainers Cloud for my organization?
100-
101-
To learn how to configure each tool, see the following manuals:
102-
103-
- [Docker Build Cloud](../../build-cloud/setup.md)
104-
- [Docker Scout](../../scout/quickstart.md)
105-
- [Testcontainers Cloud](https://testcontainers.com/cloud/docs/#getting-started).
79+
You can manage your account settings any time when you sign in to your [Docker account](https://app.docker.com/login). In Docker Home, select your avatar in the top-right navigation, then select **My Account**. You can also access this menu from any Docker web applications when you're signed in to your account. See [Manage your Docker account](/accounts/manage-account). If your account is associated with an organization that uses SSO, you may have limited access to the settings that you can control.

content/manuals/admin/organization/insights.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ title: Insights
55
---
66

77
> [!NOTE]
8-
> Insights requires a [Docker Business subscription](../../subscription/details.md#docker-business) and
8+
> Insights requires a [Docker Business
9+
> subscription](/subscription/core-subscription/details/#docker-business) and
910
> administrators must [enforce sign-in](/security/for-admins/enforce-sign-in/)
1011
> to ensure that users sign in with an account associated with their
1112
> organization.
@@ -42,14 +43,12 @@ Key benefits include:
4243
4344
You can view data in the following charts:
4445

45-
- [View Insights for organization users](#view-insights-for-organization-users)
46-
- [Docker Desktop users](#docker-desktop-users)
47-
- [Builds](#builds)
48-
- [Containers](#containers)
49-
- [Docker Desktop usage](#docker-desktop-usage)
50-
- [Docker Hub images](#docker-hub-images)
51-
- [Extensions](#extensions)
52-
- [Troubleshoot Insights](#troubleshoot-insights)
46+
* [Docker Desktop users](#docker-desktop-users)
47+
* [Builds](#builds)
48+
* [Containers](#containers)
49+
* [Docker Desktop usage](#docker-desktop-usage)
50+
* [Docker Hub images](#docker-hub-images)
51+
* [Extensions](#extensions)
5352

5453
### Docker Desktop users
5554

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: Manage Docker tools
3+
weight: 45
4+
description: Learn how to manage Docker tools for your organization
5+
keywords: organization, tools
6+
---
7+
8+
Docker subscriptions come with access to all Docker tools. In this section, learn how to manage access and view usage of the tools for your organization. For more detailed information about each tool, including how to set up and configure them, see the following manuals:
9+
10+
- [Docker Build Cloud](../../build-cloud/_index.md)
11+
- [Docker Desktop](../../desktop/_index.md)
12+
- [Docker Hub](../../docker-hub/_index.md)
13+
- [Docker Scout](../../scout/_index.md)
14+
- [Testcontainers Cloud](https://testcontainers.com/cloud/docs/#getting-started)
15+
16+
## Manage access to Docker tools
17+
18+
Docker Hub, Docker Build Cloud, and Docker Scout access are enabled by default
19+
for all users with a paid subscription, excluding legacy subscriptions.
20+
Testcontainers Cloud access by default is disabled. Use the following sections
21+
to learn how to enable or disable access for these tools.
22+
23+
### Manage access to Docker Build Cloud
24+
25+
To manage access for Docker Build Cloud, sign in to [Docker Build
26+
Cloud](http://app.docker.com/build) as an organization owner, select **Account
27+
settings**, and then manage access under **Lock Docker Build Cloud**.
28+
29+
### Manage access to Docker Scout
30+
31+
To manage access for using Docker Scout on remote repositories, configure
32+
[integrations](../../scout/explore/dashboard.md#integrations) and [repository
33+
settings](../../scout/explore/dashboard.md#repository-settings) in the [Docker
34+
Scout Dashboard](https://scout.docker.com/).
35+
36+
To manage access for using Docker Scout on local images in Docker Desktop, use
37+
[Settings
38+
Management](../../security/for-admins/hardened-desktop/settings-management/_index.md)
39+
and set `sbomIndexing`.
40+
41+
### Manage access to Docker Hub
42+
43+
To manage access for Docker Hub, you can use [Registry Access
44+
Management](../../security/for-admins/hardened-desktop/registry-access-management.md)
45+
or [Image Access
46+
Management](../../security/for-admins/hardened-desktop/image-access-management.md).
47+
48+
### Manage access to Testcontainers Cloud
49+
50+
To manage access for Testcontainers Cloud, sign in to [Testcontainers
51+
Cloud](https://app.testcontainers.cloud/), select **Account**, and then select
52+
**Users** to manage your users who have access.
53+
54+
## View Docker tool usage
55+
56+
You can view your organization's Docker tool usage and then [scale your
57+
subscription](../../subscription/scale.md) to meet your needs. View usage for
58+
the tools on the following pages:
59+
60+
- Docker Build Cloud: View the **Build minutes** page in [Docker Build Cloud
61+
Dashboard](http://app.docker.com/build).
62+
63+
- Docker Scout: View the **Billing settings** page in the [Docker Scout
64+
Dashboard](https://scout.docker.com/settings/billing).
65+
66+
- Docker Hub: View the **Usage** page in [Docker Hub](https://hub.docker.com/usage).
67+
68+
- Testcontainers Cloud: View the **Billing** page in the [Testcontainers Cloud
69+
Dashboard](https://app.testcontainers.cloud/dashboard/billing).
70+
71+
- Docker Desktop: View the **Insights** page in the [Docker Admin
72+
Console](https://app.docker.com/admin).

content/manuals/subscription/scale.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can scale consumption for the following:
2626
- Docker Testcontainers Cloud runtime minutes
2727
- Docker Hub storage and image pulls
2828

29-
You can view your purchased and remaining consumption at any time in [Docker Billing](https://app.docker.com/billing/).
29+
To better understand your needs, you can view your purchased and remaining consumption at any time. For more details, see [View Docker tool usage](../admin/organization/manage-tools.md#view-docker-tool-usage).
3030

3131
## Add Build Cloud minutes
3232

@@ -46,6 +46,4 @@ TBD
4646

4747
You can pre-purchase images pulls and storage by [contacting sales](https://www.docker.com/pricing/contact-sales/).
4848

49-
In addition to pre-purchase, you are able to use as much resources as you need on-demand. On-demand usage is billed at a higher rate than pre-purchased capacity. To avoid on-demand charges, pre-purchase additional storage or image pulls.
50-
51-
You can view your [Docker Hub usage](../docker-hub/download-rate-limit.md#view-docker-hub-usage) to estimate your future resource needs.
49+
In addition to pre-purchase, you are able to use as much resources as you need on-demand. On-demand usage is billed at a higher rate than pre-purchased capacity. To avoid on-demand charges, pre-purchase additional storage or image pulls.

0 commit comments

Comments
 (0)