nerdexam
Docker

DCA · Question #80

You add a new user to the engineering organization in DTR. Will this action grant them read/write access to the engineering/api repository? Solution: Add the user directly to the list of users with…

The correct answer is A. Yes. In Docker Trusted Registry, explicitly assigning a user read/write permissions under a repository's Permissions tab grants them the specified access to that repository.

Submitted by fernanda_arg· Apr 18, 2026Image Creation, Management, and Registry

Question

You add a new user to the engineering organization in DTR. Will this action grant them read/write access to the engineering/api repository? Solution: Add the user directly to the list of users with read/write access under the repository's Permissions tab.

Options

  • AYes
  • BNo

How the community answered

(20 responses)
  • A
    90% (18)
  • B
    10% (2)

Why each option

In Docker Trusted Registry, explicitly assigning a user read/write permissions under a repository's Permissions tab grants them the specified access to that repository.

AYesCorrect

Docker Trusted Registry (DTR) supports granular permission management at the repository level. By directly adding a user to the 'Permissions' section of the `engineering/api` repository and granting them 'read/write' access, DTR will apply these specific permissions, thereby allowing the user to push and pull images from that repository.

BNo

DTR's permission model allows for explicit control, meaning that directly assigning read/write access to a repository through its Permissions tab is the standard method for granting such access.

Concept tested: Docker Trusted Registry (DTR) repository permissions

Source: https://docs.docker.com/trusted-registry/admin/manage-dtr-users-teams/

Topics

#DTR Permissions#User Management#Repository Access#Organization Roles

Community Discussion

No community discussion yet for this question.

Full DCA Practice