Skip to content

Commit

Permalink
Add clarification on when to use collaborators (#19136)
Browse files Browse the repository at this point in the history
* add clarification on collaborators

* move org info out of callout and update intro

* Implement feedback

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
  • Loading branch information
stephaurelio and dvdksn authored Jan 22, 2024
1 parent 6a05b4d commit 6ff52e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/docker-hub/repos/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ Within your repository, you can give others access to push and pull to your repo
## Collaborators and their role

A collaborator is someone you want to give access to a private repository. Once designated, they can `push` and `pull` to your repositories. They're not
allowed to perform any administrative tasks such as deleting the repository or changing its status from private to public.
allowed to perform any administrative tasks such as deleting the repository or changing its status from private to public.

Only personal account repositories can use collaborators. You can add unlimited collaborators to public repositories, and [Docker Pro](../../subscription/details.md#docker-pro) accounts can add up to 1 collaborator on private repositories. Organization repositories can't use collaborators. Organization owners can control repository access with [member roles](../../security/for-admins/roles-and-permissions.md) and [teams](../../admin/organization/manage-a-team.md).

You can choose collaborators and manage their access to a private
repository from that repository's **Settings** page.

> **Note**
>
> A collaborator can't add other collaborators. Only the owner of
> the repository has administrative access. Also, you can't add collaborators to organization repositories. Organization owners can control repository access with member roles and teams. See [Roles and permissions](../../security/for-admins/roles-and-permissions.md).
> the repository has administrative access.
You can also assign more granular collaborator rights ("Read", "Write", or
"Admin") on Docker Hub by using organizations and teams. For more information
Expand Down

0 comments on commit 6ff52e1

Please sign in to comment.