mirror of https://github.com/docker/docs.git
* Updates to the billing UI for personal plans Signed-off-by: Lena Larionova <lena.larionova@docker.com> * Changing a link to the billing page Signed-off-by: Lena Larionova <lena.larionova@docker.com>
This commit is contained in:
parent
261d32f21f
commit
6b7929dd1a
Binary file not shown.
After Width: | Height: | Size: 271 KiB |
|
@ -66,7 +66,7 @@ You can also make an existing repository private by going to the repo's **Settin
|
||||||
|
|
||||||
You get one private repository for free with your Docker Hub user account (not usable for
|
You get one private repository for free with your Docker Hub user account (not usable for
|
||||||
organizations you're a member of). If you need more private repositories for your user account, upgrade
|
organizations you're a member of). If you need more private repositories for your user account, upgrade
|
||||||
your Docker Hub plan from your [Billing Information](https://hub.docker.com/account/billing-plans/) page.
|
your Docker Hub plan from your [Billing Information](https://hub.docker.com/billing/plan) page.
|
||||||
|
|
||||||
Once the private repository is created, you can `push` and `pull` images to and
|
Once the private repository is created, you can `push` and `pull` images to and
|
||||||
from it using Docker.
|
from it using Docker.
|
||||||
|
|
|
@ -12,19 +12,26 @@ Docker Hub includes one private Docker Hub repository for free. If you need
|
||||||
more private repositories, you can upgrade from your free account to a paid
|
more private repositories, you can upgrade from your free account to a paid
|
||||||
plan.
|
plan.
|
||||||
|
|
||||||
To upgrade:
|
To upgrade your personal plan:
|
||||||
1. Visit the [Plans Page](https://hub.docker.com/account/billing-plans/)
|
|
||||||
2. Click Change Plan
|
1. Open the [billing page](https://hub.docker.com/billing/plan) for your
|
||||||
3. Select your plan and provide your payment information to upgrade 
|
account.
|
||||||
|
|
||||||
|
2. Click **Upgrade Plan**.
|
||||||
|
|
||||||
|
3. Select your plan and provide your payment information to upgrade.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Upgrade your organization's plan
|
## Upgrade your organization's plan
|
||||||
|
|
||||||
To upgrade an Organization's plan:
|
To upgrade an organization's plan:
|
||||||
|
|
||||||
1. Visit the [Plans Page](https://hub.docker.com/account/billing-plans/)
|
1. Visit the [Plans Page](https://hub.docker.com/account/billing-plans/).
|
||||||
2. Change the selected account to your Organization whose plan you'd like to upgrade 
|
|
||||||
|
|
||||||
3. Click Change Plan 
|
2. Change the selected account to your Organization whose plan you'd like to upgrade. 
|
||||||
|
|
||||||
|
3. Click **Change Plan**. 
|
||||||
|
|
||||||
|
|
||||||
## Docker Hub repo plan billing FAQ
|
## Docker Hub repo plan billing FAQ
|
||||||
|
|
Loading…
Reference in New Issue