Skip to content

Commit 4d6589d

Browse files
wip sharing
Signed-off-by: Craig <[email protected]>
1 parent 6b7b923 commit 4d6589d

File tree

18 files changed

+237
-207
lines changed

18 files changed

+237
-207
lines changed

content/guides/docker-build-cloud/common-questions.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,14 @@ Build Cloud.
2828
Docker Compose works out of the box with Docker Build Cloud. Install the Docker
2929
Build Cloud-compatible client (buildx) and it works with both commands.
3030

31-
### How many minutes are included in Docker Build Cloud Team plans?
32-
33-
You receive 200 minutes per month per purchased seat. If you are also a Docker
34-
subscriber (Personal, Pro, Team, Business), you will also receive your included
35-
build minutes from that plan.
36-
37-
For example, if a Docker Team customer purchases 5 Build Cloud Team seats, they
38-
will have 400 minutes from their Docker Team plan plus 1000 minutes (200 min/mo * 5 seats)
39-
for a total of 1400 minutes per month.
40-
41-
### I’m a Docker personal user. Can I try Docker Build Cloud?
31+
### I’m a Docker Personal user. Can I try Docker Build Cloud?
4232

4333
Docker subscribers (Pro, Team, Business) receive a set number of minutes each
4434
month, shared across the account, to use Build Cloud.
4535

4636
For teams to receive the shared cache benefit, they must either be on a Docker
47-
Team, Docker Business, or paid Build Cloud Team plan. You may buy a month of
48-
Build Cloud Team for the number of seats testing.
37+
Team, or Docker Business plan. Docker Personal users may start a trial of Build
38+
Cloud.
4939

5040
### Does Docker Build Cloud support CI platforms? Does it work with GitHub Actions?
5141

content/includes/hub-limits.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
---
3+
4+
> [!NOTE]
5+
>
6+
> The Docker Hub plan limits will take effect on Feb 1, 2025. No charges on
7+
> Docker Hub image pulls or storage will be incurred between November 15, 2024,
8+
> and January 31, 2025.

content/includes/new-plans.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

content/manuals/desktop/install/linux/archlinux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install Docker Desktop successfully, you must meet the [general system requir
5151

5252
## Next steps
5353

54-
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
54+
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
5555
- Take a look at the [Docker workshop](/get-started/workshop/_index.md) to learn how to build an image and run it as a containerized application.
5656
- [Explore Docker Desktop](/manuals/desktop/use-desktop/_index.md) and all its features.
5757
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.

content/manuals/desktop/install/linux/debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Don't forget to substitute `<arch>` with the architecture you want.
8787

8888
## Next steps
8989

90-
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
90+
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
9191
- Take a look at the [Docker workshop](/get-started/workshop/_index.md) to learn how to build an image and run it as a containerized application.
9292
- [Explore Docker Desktop](/manuals/desktop/use-desktop/_index.md) and all its features.
9393
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.

content/manuals/desktop/install/linux/fedora.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Don't forget to substitute `<arch>` with the architecture you want.
7979

8080
## Next steps
8181

82-
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
82+
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
8383
- Take a look at the [Docker workshop](/get-started/workshop/_index.md) to learn how to build an image and run it as a containerized application.
8484
- [Explore Docker Desktop](/manuals/desktop/use-desktop/_index.md) and all its features.
8585
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.

content/manuals/desktop/install/linux/rhel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ $ sudo dnf install ./docker-desktop-<arch>-rhel.rpm
135135
136136
## Next steps
137137

138-
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
138+
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
139139
- Take a look at the [Docker workshop](/get-started/workshop/_index.md) to learn how to build an image and run it as a containerized application.
140140
- [Explore Docker Desktop](/manuals/desktop/use-desktop/_index.md) and all its features.
141141
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.

content/manuals/desktop/install/linux/ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Don't forget to substitute `<arch>` with the architecture you want.
9292

9393
## Next steps
9494

95-
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
95+
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
9696
- Take a look at the [Docker workshop](/get-started/workshop/_index.md) to learn how to build an image and run it as a containerized application.
9797
- [Explore Docker Desktop](/manuals/desktop/use-desktop/_index.md) and all its features.
9898
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.

content/manuals/desktop/install/mac-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The `install` command accepts the following flags:
126126
127127
## Where to go next
128128

129-
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
129+
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
130130
- [Get started with Docker](/get-started/introduction/_index.md).
131131
- [Explore Docker Desktop](../use-desktop/_index.md) and all its features.
132132
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, how

content/manuals/desktop/install/windows-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Docker Desktop does not start automatically after installation. To start Docker
274274
275275
## Where to go next
276276

277-
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
277+
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
278278
- [Get started with Docker](/get-started/introduction/_index.md).
279279
- [Explore Docker Desktop](../use-desktop/_index.md) and all its features.
280280
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, and

0 commit comments

Comments
 (0)