Skip to content

Commit ddde535

Browse files
billing: clarity on private repos (#21872)
## Description - Received a request from @sheltongraves to re-add a missing sentence from Docker Hub billing page: https://docker.slack.com/archives/C04300R4G5U/p1737576577083559 - Small nits updated too ## Related issues or tickets [ENGDOCS-2389](https://docker.atlassian.net/browse/ENGDOCS-2389?atlOrigin=eyJpIjoiZDQyMDkwMjVjZjIzNDE1OWFiYTZjNDM3YTg5MWRlNzQiLCJwIjoiaiJ9) ## Reviews - [ ] Editorial review [ENGDOCS-2389]: https://docker.atlassian.net/browse/ENGDOCS-2389?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 2321e06 commit ddde535

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/manuals/billing/docker-hub-pricing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ to help you understand your storage consumption and costs.
1010

1111
> [!NOTE]
1212
>
13-
> Docker Hub plan limits will take effect on March 1, 2025. No charge on Docker Hub image pulls
13+
> Docker Hub plan limits will take effect on March 1, 2025. No charges on Docker Hub image pulls
1414
or storage will be incurred from December 10, 2024 and February 28, 2025.
1515

1616
## How storage is measured
@@ -23,18 +23,18 @@ Docker Hub measures storage using:
2323

2424
## How storage is calculated
2525

26-
Docker subscription plans include a specific amount of allocated
26+
[Docker subscription plans](/manuals/subscription/details.md) include a specific amount of allocated
2727
private repository storage:
2828

2929
- Personal plan: Includes up to 2GB of storage.
3030
- Pro plan: Includes up to 5GB of storage.
3131
- Team plan: Includes up to 50GB of storage.
3232
- Business plan: Includes up to 500GB of storage.
3333

34-
Docker Hub determines additional charges based on your average monthly usage of private repository storage.
34+
Docker Hub determines additional charges based on your average monthly usage of private repository storage. If a repository is private at any point within an hour, it is counted as private for the full hour.
3535

3636
If you go over your allocated private repository storage, you will incur overage
37-
costs. To calculate overage costs the included storage for your plan is subtracted from your average monthly
37+
costs. To calculate overage costs, the included storage for your plan is subtracted from your average monthly
3838
usage.
3939

4040
## Docker Hub consumption pricing
@@ -56,7 +56,7 @@ at the end of your billing cycle.
5656

5757
### Storage carryover
5858

59-
If you pre-pay for storage, your purchased storage is valid for the entire subscription period. You can use it any time during that period, and any unused portion will roll over to the next month until the subscription period ends.
59+
If you pre-pay for storage, your purchased storage is valid for your entire subscription period. You can use it any time during that period, and any unused portion will roll over to the next month until the subscription period ends.
6060

6161
In the following example, a customer with an annual Business plan pre-pays for 500GB of storage for the year. Their plan includes a base allocation of 500GB of storage per month.
6262
- In January, they use 510 GB-month, exceed their base allocation, and use 10GB from their pre-paid storage. Their remaining pre-paid
@@ -68,7 +68,7 @@ storage is 490GB.
6868
|---------------------------------|----------|----------|---------|
6969
| Included GB-month | 500 | 500 | 500 |
7070
| Used storage in month | 510 | 450 | 600 |
71-
| Overage in GB-month | 10 | 0 | 100 |
71+
| Overage in GB-month | 10 | 0 | 100 |
7272
| Remaining pre-purchased storage | 490 | 490 | 390 |
7373

7474
At the end of March, the customer has 390GB of pre-purchased storage left to use for the rest of the year.

0 commit comments

Comments
 (0)