mirror of https://github.com/docker/docs.git
Update and standardized billing pages (#20137)
* add new biling page * update description * implement feedback
This commit is contained in:
parent
9ef344409c
commit
bc171f2c70
|
@ -48,10 +48,12 @@ organization after you've created it.
|
|||
displays the company name on your organization page and in the details of any
|
||||
public images you publish. You can update the company name anytime by navigating
|
||||
to your organization's **Settings** page.
|
||||
6. Select **Purchase** to continue to the billing portal.
|
||||
7. In the billing portal, select **Qty** to update the number of seats you require, then select **Update**.
|
||||
8. (Optional) Select annual or monthly billing cycle.
|
||||
9. Follow the on-screen instructions to pay for your subscription.
|
||||
6. Select **Purchase** to continue.
|
||||
7. Enter the billing information for your organization.
|
||||
8. Select **Submit** to continue to the billing portal.
|
||||
9. In the billing portal, select **Qty** to update the number of seats you require, then select **Update**.
|
||||
10. (Optional) Select annual or monthly billing cycle.
|
||||
11. Follow the on-screen instructions to pay for your subscription.
|
||||
|
||||
You've now created an organization.
|
||||
|
||||
|
|
|
@ -3,6 +3,10 @@ title: Billing and payments
|
|||
description: Discover information on billing and payment processes for Docker subscriptions.
|
||||
keywords: billing, invoice, payment, subscription
|
||||
grid_core:
|
||||
- title: Get started
|
||||
description: Learn how to set up a Docker Core subscription for a personal account or organization.
|
||||
link: /billing/core-billing/get-started-core/
|
||||
icon: shopping_cart
|
||||
- title: Add or update a payment method
|
||||
description: Learn how to add or update a payment method for your personal account or organization.
|
||||
link: /billing/core-billing/payment-method/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Docker Build Cloud billing
|
||||
description: Learn how to buy a Docker Build Cloud subscription.
|
||||
keywords: payments, billing, subscription, build, cloud, Build Cloud, remote builder
|
||||
description: Learn how to get started with a Docker Build Cloud subscription.
|
||||
keywords: payments, billing, subscription, build, cloud, Build Cloud, remote builder, buy docker build cloud
|
||||
---
|
||||
|
||||
Build Cloud is a next-gen build tool that enables improved build speed, a shared build cache, and native multi-platform builds. Build Cloud is available for free with an existing Docker subscription. To get additional seats and increase your available build minutes, you can buy a subscription to enhance your builds.
|
||||
|
@ -13,11 +13,11 @@ If you don’t have a Docker Core subscription, you can buy Docker Build Cloud T
|
|||
> You can create a free Docker Personal account and [try Docker Build Cloud for free](/subscription/build-cloud/build-details#docker-personal). Team benefits aren't included.
|
||||
{ .tip }
|
||||
|
||||
In this section, learn how to set up and manage billing for your Build Cloud subscription. For more information about the subscription tiers, see [Build Cloud subscriptions and features](/subscription/build-cloud/build-details).
|
||||
In this section, learn how to set up and manage billing for your Build Cloud subscription. For more information about the subscription tiers, see [Build Cloud subscriptions and features](/subscription/build-cloud/build-details). To buy Docker Build Cloud Business, [contact sales](https://www.docker.com/products/build-cloud/#contact_sales).
|
||||
|
||||
## Buy your subscription
|
||||
## Set up Docker Build Cloud Team subscription
|
||||
|
||||
You can buy a Build Cloud subscription on a monthly or annual plan.
|
||||
You can set up a Build Cloud subscription on a monthly or annual plan. To upgrade a Build Cloud Starter subscription, see [Upgrade your subscription](#upgrade-your-subscription).
|
||||
|
||||
### Existing account or organization
|
||||
|
||||
|
@ -46,7 +46,11 @@ You can buy a Docker Build Cloud Team subscription if you haven’t created an o
|
|||
|
||||
When your payment is complete, you’ll be redirected to the dashboard for your new team in Docker Build Cloud. Here, you can [invite users](/subscription/build-cloud/manage-seats/) to your team.
|
||||
|
||||
## View billing history and manage your billing information
|
||||
## Manage your subscription
|
||||
|
||||
You can manage your subscription in the Build Cloud dashboard in the **Settings and billing** section. Here you can view your current plan, upgrade your plan, and review build minute usage.
|
||||
|
||||
### View billing history and manage your billing information
|
||||
|
||||
You can view your billing history at any time.
|
||||
|
||||
|
@ -56,7 +60,17 @@ You can view your billing history at any time.
|
|||
|
||||
Here you can find your invoice history, download your invoices, and manage your billing information and payment methods. You can also find your next billing date.
|
||||
|
||||
## Downgrade your subscription
|
||||
### Upgrade your subscription
|
||||
|
||||
You can upgrade your Docker Build Cloud Starter subscription to a Docker Build Cloud Team subscription in the Build Cloud dashboard.
|
||||
|
||||
1. Sign in to [Docker Build Cloud](https://build.docker.com/).
|
||||
2. Select **Settings and billing**.
|
||||
3. Next to the name of your current plan, select **Upgrade plan**.
|
||||
4. Select **Upgrade now**.
|
||||
5. Follow the on-screen instructions to buy your subscription.
|
||||
|
||||
### Downgrade your subscription
|
||||
|
||||
You can downgrade your subscription at any time.
|
||||
|
||||
|
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
title: Get started with Docker Core
|
||||
description: Learn how to start your Docker Core subscription.
|
||||
keywords: payments, billing, subscription, invoices, docker core, subscribe
|
||||
---
|
||||
|
||||
Docker Core subscriptions offer features and benefits to support both new and professional developers, as well as plans for individuals, teams, and enterprise businesses. To learn more about what's included with each tier, see [Docker Core subscriptions and features](../../subscription/core-subscription/details.md) and [Docker Pricing](https://www.docker.com/pricing/).
|
||||
|
||||
In this section, learn how to get started with a Docker Core subscription for individuals or for organizations. Before you begin, make sure you have a [Docker ID](../../docker-id/_index.md).
|
||||
|
||||
## Set up Docker Core subscription for personal account
|
||||
|
||||
1. Sign in to your Docker account.
|
||||
2. Select your avatar in the top-right corner then select **Billing**.
|
||||
3. In **Billing Details**, select your personal account.
|
||||
4. Select **Buy now**.
|
||||
5. To continue to use [**Docker Core Personal**](/subscription/core-subscription/details/#docker-personal), select **Continue with Personal**. To buy [**Docker Core Pro**](/subscription/core-subscription/details/#docker-pro), select **Buy Now** on the **Pro** card.
|
||||
6. Enter your billing information, then select **Submit**.
|
||||
7. Follow the on-screen instructions to confirm monthly or annual billing cycle and enter your payment information.
|
||||
8. Select **Subscribe**.
|
||||
|
||||
This routes you back to the **Billing Details** section. Your subscription entitles you right away to the features available for your plan. You can review your plan here at any time.
|
||||
|
||||
## Set up Docker Core subscription for organizations
|
||||
|
||||
You can subscribe a new or existing organization to a Docker Core plan. Only organization owners can manage billing for the organization.
|
||||
|
||||
To learn how to start a Docker Core subscription for a new organization, see [Create your organization](../../admin/organization/orgs.md).
|
||||
|
||||
To learn how to upgrade a Docker Core subscription for an existing organization, see [Upgrade your subscription](../../subscription/core-subscription/upgrade.md).
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Docker Scout billing
|
||||
description: Learn how to buy Docker Scout and manage your subscription
|
||||
keywords: payments, billing, subscription, scout
|
||||
description: Learn how to get started with and manage you Docker Scout subscription.
|
||||
keywords: payments, billing, subscription, scout, buy docker scout, subscribe to docker scout
|
||||
---
|
||||
|
||||
Docker Scout lets users secure their software supply chain and continuously observe and improve their security posture. Docker Scout is free for up to 3 repositories. You can buy Docker Scout Team or Docker Scout Business to turn on Docker Scout for additional repositories. See [Docker Scout subscription and features](../subscription/scout-details.md) to select the plan that works for you.
|
||||
|
@ -13,7 +13,7 @@ In this section, learn how to buy and manage a Docker Scout Team subscription fo
|
|||
> You need to be an owner to manage billing for an organization.
|
||||
>
|
||||
|
||||
## Buy Docker Scout Team
|
||||
## Set up Docker Scout Team subscription
|
||||
|
||||
1. Go to [Billing settings](https://scout.docker.com/settings/billing) in the Docker Scout Dashboard.
|
||||
2. The default plan is Docker Scout Free. Next to the plan name, select **Change plan**.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Docker subscriptions and features
|
||||
description: Learn about Docker subscription tiers and their features
|
||||
title: Docker Core subscriptions and features
|
||||
description: Learn about Docker Core subscription tiers and their features
|
||||
keywords: subscription, personal, pro, team, business, features, docker core subscription, docker core
|
||||
aliases:
|
||||
- /subscription/details/
|
||||
|
@ -20,7 +20,7 @@ Docker maintains a [public roadmap](https://github.com/docker/roadmap) so subscr
|
|||
|
||||
## Docker Personal
|
||||
|
||||
Docker Personal (formerly Docker Free) is ideal for open-source communities, individual developers, education, and small businesses, and includes the free use of Docker components including Docker Desktop and Docker Hub.
|
||||
**Docker Personal** (formerly Docker Free) is ideal for open-source communities, individual developers, education, and small businesses, and includes the free use of Docker components including Docker Desktop and Docker Hub.
|
||||
Docker Personal includes:
|
||||
|
||||
- Unlimited public repositories
|
||||
|
|
|
@ -2235,6 +2235,8 @@ Manuals:
|
|||
title: Overview
|
||||
- sectiontitle: Docker Core billing
|
||||
section:
|
||||
- path: /billing/core-billing/get-started-core/
|
||||
title: Get started with Docker Core
|
||||
- path: /billing/core-billing/payment-method/
|
||||
title: Add or update a payment method
|
||||
- path: /billing/core-billing/details/
|
||||
|
|
Loading…
Reference in New Issue