From 843fd238ce44b50fc2761f3ca2e84448f55dba4d Mon Sep 17 00:00:00 2001 From: Cheryl Date: Tue, 31 Jul 2018 15:19:01 +0800 Subject: [PATCH] Minor changes for clarity --- docker-hub/repos.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-hub/repos.md b/docker-hub/repos.md index 9ac512246b..eca4eec1ad 100644 --- a/docker-hub/repos.md +++ b/docker-hub/repos.md @@ -140,8 +140,10 @@ team. To work with a private repository on [Docker Hub](https://hub.docker.com), you need to add one using the [Add Repository](https://hub.docker.com/add/repository/) button. 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 accounts you can upgrade -your [Docker Hub](https://hub.docker.com/account/billing-plans/) plan. +organizations you're a member of). If you need more private repositories for your user account, you can upgrade +your Docker Hub plan [here](https://hub.docker.com/account/billing-plans/). + +Please do note that user and organization accounts maintain separate billing profiles. For more information on managing billing for your account, you may refer to our knowledge base article [here](https://success.docker.com/article/where-can-i-change-my-billing-details). Once the private repository is created, you can `push` and `pull` images to and from it using Docker.