-
Notifications
You must be signed in to change notification settings - Fork 8.4k
cloud plan #25574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
+66
−3
Closed
cloud plan #25574
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| --- | ||
| title: Docker AI Cloud plans | ||
| linkTitle: AI Cloud | ||
| description: | ||
| Learn about Docker AI Cloud plans for individual developers, including usage | ||
| entitlements, pay-as-you-go billing behaviors, and cancellation | ||
| keywords: | ||
| ai cloud, cloud sandboxes, mcp gateway, agentic platform, pay-as-you-go, | ||
| paygo, metered billing, personal subscription, promotional credit | ||
| weight: 20 | ||
| --- | ||
|
|
||
| > [!TIP] | ||
| > AI Cloud Personal sign-ups receive a one-time | ||
| > promotional credit toward cloud compute usage. | ||
|
|
||
| Docker AI Cloud plans are a Docker Personal and Docker Pro exclusive. Docker AI | ||
| Cloud combines the Agentic Platform, MCP Gateway, and Cloud Sandboxes together | ||
| in a single product for individual developers. | ||
|
|
||
| - AI Cloud Basic is the free default for every new sign-up. It doesn't require | ||
| a payment method. | ||
| - AI Cloud Personal is a pay-as-you-go plan for developers who need Cloud | ||
| Sandboxes. It has no recurring subscription fee, so you pay only for the | ||
| usage you accrue. | ||
|
|
||
| To add an AI Cloud Personal plan to your Docker Personal or Docker Pro | ||
| account, see [Manage plans](/manuals/subscription/manage.md). | ||
|
|
||
| ## Usage | ||
|
|
||
| AI Cloud Basic includes MCP Gateway access with a monthly tool-call | ||
| allowance. When you upgrade from AI Cloud Basic to AI Cloud Personal, you | ||
| receive: | ||
|
|
||
| - Cloud Sandboxes | ||
| - Higher MCP Gateway limits | ||
| - Concurrent sandboxes and snapshot storage | ||
| - Private Docker Hub repositories | ||
|
|
||
| When you subscribe to an AI Cloud plan, your invoice reflects metered, | ||
| pay-as-you-go usage. Docker meters compute usage based on the vCPU and memory | ||
| that your sandboxes consume over time, along with outbound data transfer. | ||
| When you use AI Cloud Basic or Personal, you bring your own API keys for | ||
| inference. Those costs are handled by your inference provider. | ||
|
|
||
| ## Billing behaviors | ||
|
|
||
| AI Cloud Basic requires no payment method and incurs no charges. When you | ||
| upgrade from AI Cloud Basic to AI Cloud Personal, you add a payment method to | ||
| enable Cloud Sandboxes with higher limits. AI Cloud Personal bills your | ||
| accrued usage monthly on the first of the month. | ||
|
|
||
| ## Cancel a plan | ||
|
|
||
| When you cancel AI Cloud Personal, access ends immediately and Docker charges | ||
| your accrued pay-as-you-go usage right away rather than waiting for your next | ||
| billing date. Canceling also terminates any running background processes, | ||
| including active sandboxes. Your account returns to AI Cloud Basic. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LOW] TIP callout appears before the introductory paragraph
The
> [!TIP]callout about the promotional credit fires as the first thing a reader sees, before the page establishes what AI Cloud is or why it matters. Per the Docker style guide, every page should answer "What will I learn?" and "Why does this matter?" in the first paragraph. Readers landing here cold may find the tip confusing without that context.Consider moving the callout after the opening paragraph (after line 21), so users know what AI Cloud is before seeing the promotional note.