Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/content/manuals/engine/ @dvdksn

/content/manuals/subscription/ @aevesdocker
/content/manuals/subscription/ @sarahsanders-docker

/content/manuals/security/ @aevesdocker

Expand All @@ -31,3 +31,9 @@

/content/manuals/registry/ @dvdksn

/content/manuals/admin/ @sarahsanders-docker

/content/manuals/billing/ @sarahsanders-docker

/content/manuals/accounts/ @sarahsanders-docker

2 changes: 0 additions & 2 deletions content/get-started/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Educational resources
keywords: get started, setup, orientation, quickstart, intro, concepts, kubernetes,
docker desktop
description: Get started resources learning docker
aliases:
- /get-started/resources/
---

Docker and the broader community of Docker experts have put together many different ways to get further training and hands-on experience with Docker. Expand your understanding of Docker and Kubernetes with these additional free and paid resources.
Expand Down
7 changes: 7 additions & 0 deletions content/manuals/admin/organization/activity-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,10 @@ Refer to the following section for a list of events and their descriptions:
| Billing Cycle Changed | Occurs when there is a change in the recurring interval that your organization is charged.|
| Plan Downgrade Canceled | Occurs when a scheduled plan downgrade for your organization is canceled.|
| Seat Removal Canceled | Occurs when a scheduled seat removal for an organization’s billing plan is canceled. |
| Plan Upgrade Requested | Occurs when a user in your organization requests a plan upgrade. |
| Plan Downgrade Requested | Occurs when a user in your organization requests a plan downgrade. |
| Seat Addition Requested | Occurs when a user in your organization requests an increase in the number of seats. |
| Seat Removal Requested | Occurs when a user in your organization requests a decrease in the number of seats. |
| Billing Cycle Change Requested | Occurs when a user in your organization requests a change in the billing cycle. |
| Plan Downgrade Cancellation Requested | Occurs when a user in your organization requests a cancellation of a scheduled plan downgrade. |
| Seat Removal Cancellation Requested | Occurs when a user in your organization requests a cancellation of a scheduled seat removal. |
25 changes: 25 additions & 0 deletions content/manuals/docker-hub/download-rate-limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,31 @@ both individuals and organizations.
- [Enforce sign-in](/security/for-admins/enforce-sign-in/) to ensure that you
can monitor the usage of your users and users receive higher usage limits.

## Pull attribution

Pulls can be attributed to either a personal or organization [namespace](https://docs.docker.com/contribute/style/terminology/#namespace).

### Private pulls

Pulls for private repositories are attributed to the repository's namespace owner.

### Public pulls

When pulling images from a public repository, attribution is determined based on domain affiliation and organization membership.

### Verified domain ownership

When pulling an image from an account linked to a verified domain, the attribution is set to be the owner of that [domain](https://docs.docker.com/security/faqs/single-sign-on/domain-faqs/)

### Single organization membership

- If the owner of the verified domain is a company and the user is part of only one organization within that [company](https://docs.docker.com/admin/faqs/company-faqs/#what-features-are-supported-at-the-company-level), the pull is attributed to that specific organization.
- If the user is part of only one organization, the pull is attributed to that specific organization.

### Multiple organization memberships

If the user is part of multiple organizations under the company, the pull is attributed to the user's personal namespace.

## Rate limit

A user's rate limit is equal to the highest entitlement of their personal
Expand Down
Loading