Skip to content

Commit bc3456b

Browse files
web and cli updates
Signed-off-by: Craig <[email protected]>
1 parent 07fb174 commit bc3456b

File tree

3 files changed

+50
-24
lines changed

3 files changed

+50
-24
lines changed

content/manuals/offload/configuration.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ To use Docker Offload, you must start it in Docker Desktop. For more details,
1010
see the [Docker Offload quickstart](/offload/quickstart/).
1111

1212
Settings for the cloud builders in Docker Offload can be further configured, in
13-
addition to settings for an entire organization, through **Cloud settings** in
14-
the Docker Cloud dashboard.
13+
addition to settings for an entire organization, through **Offload settings** in
14+
the Docker Offload dashboard.
1515

1616
> [!NOTE]
1717
>
1818
> To view usage and configure billing for Docker Offload, see [Docker Offload
1919
> usage and billing](/offload/usage/).
2020
21-
## Cloud settings
21+
## Offload settings
2222

23-
The **Cloud settings** page in Docker Home lets you configure disk
23+
The **Offload settings** page in Docker Home lets you configure disk
2424
allocation, private resource access, and firewall settings for your cloud
2525
builders in your organization.
2626

27-
To view the **Cloud settings** page:
27+
To view the **Offload settings** page:
2828

2929
1. Go to [Docker Home](https://app.docker.com/).
3030
2. Select the account for which you want to manage Docker Offload.
31-
3. Select **Cloud** > **Cloud settings**.
31+
3. Select **Offload** > **Offload settings**.
3232

3333
The following sections describe the available settings.
3434

@@ -38,9 +38,8 @@ The **Disk allocation** setting lets you control how much of the available
3838
storage is dedicated to the build cache. A lower allocation increases storage
3939
available for active builds.
4040

41-
To make disk allocation changes, navigate to **Cloud settings** in Docker
42-
Cloud and then adjust the **Disk allocation** slider to specify the
43-
percentage of storage used for build caching.
41+
Adjust the **Disk allocation** slider to specify the percentage of storage used
42+
for build caching.
4443

4544
Any changes take effect immediately.
4645

content/manuals/offload/usage.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ keywords: cloud, usage, cloud minutes, shared cache, top repositories, cloud bui
88

99
{{< summary-bar feature_name="Docker Offload" >}}
1010

11-
## Cloud billing
11+
## Docker Offload billing
1212

13-
For Docker Offload, you can view and configure billing on the **Cloud usage**
13+
For Docker Offload, you can view and configure billing on the **Docker Offload**
1414
page in [Docker Home Billing](https://app.docker.com/billing). On this page, you
1515
can:
1616

@@ -21,33 +21,33 @@ can:
2121

2222
For more general information about billing, see [Billing](../billing/_index.md).
2323

24-
## Cloud overview
24+
## Docker Offload overview
2525

26-
The **Cloud overview** page in Docker Home provides visibility into
26+
The Docker Offload overview page in Docker Home provides visibility into
2727
how you or your team is using cloud resources to build and run containers.
2828

29-
To view the **Cloud overview** page:
29+
To view the **Overview** page:
3030

3131
1. Sign in to [Docker Home](https://app.docker.com/).
3232
2. Select the account for which you want to manage Docker Offload.
33-
3. Select **Cloud** > **Cloud overview**.
33+
3. Select **Offload** > **Overview**.
3434

35-
The following sections describe the available widgets on **Cloud overview**.
35+
The following sections describe the available widgets on **Overview**.
3636

37-
### Cloud minutes
37+
### Offload minutes
3838

39-
This widget shows the total number of cloud minutes used over time. Cloud
40-
minutes represent the time spent running builds and containers in the cloud. You
41-
can use this chart to:
39+
This widget shows the total number of offload minutes used over time. Offload
40+
minutes represent the time spent running builds and containers in the Offload
41+
environment. You can use this chart to:
4242

43-
- Track your cloud usage trends over time.
43+
- Track your Offload usage trends over time.
4444
- Spot spikes in usage, which may indicate CI changes or build issues.
4545
- Estimate usage against your subscription limits.
4646

47-
### Shared cache usage
47+
### Build cache usage
4848

4949
This widget displays data about cache re-use across all builds, helping you
50-
understand how effectively Docker Offload is using the shared build cache. It
50+
understand how effectively Docker Offload is using the build cache. It
5151
provides insight into:
5252

5353
- The percentage of cache hits vs. misses.
@@ -73,3 +73,8 @@ Use this widget to:
7373
- Target improvements: Flag repositories with low cache hits or high failure
7474
rates for optimization.
7575

76+
### Top 10 images
77+
78+
This widget shows the top 10 images used in Docker Offload in run sessions. It
79+
provides insight into which images are most frequently used, helping you
80+
understand your team's container usage patterns.

data/offload-cli/docker_offload_start.yaml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,29 @@ short: Start a Docker Offload session
33
usage: docker offload start
44
pname: docker offload
55
plink: docker_offload.yaml
6-
options: []
6+
options:
7+
- option: account
8+
shorthand: a
9+
value_type: string
10+
default_value: ""
11+
description: The Docker account to use
12+
deprecated: false
13+
hidden: false
14+
experimental: false
15+
experimentalcli: false
16+
kubernetes: false
17+
swarm: false
18+
- option: gpu
19+
shorthand: g
20+
value_type: bool
21+
default_value: "false"
22+
description: Request an engine with a gpu
23+
deprecated: false
24+
hidden: false
25+
experimental: false
26+
experimentalcli: false
27+
kubernetes: false
28+
swarm: false
729
deprecated: false
830
hidden: false
931
experimental: false

0 commit comments

Comments
 (0)