mirror of https://github.com/docker/docs.git
25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
+++
|
|
title = "Docker Trusted Registry"
|
|
description = "Docker Trusted Registry APIs"
|
|
keywords = ["API, Docker, index, REST, documentation, Docker Trusted Registry, registry"]
|
|
weight = 2
|
|
[menu.main]
|
|
parent = "mn_reference"
|
|
+++
|
|
|
|
# Docker Trusted Registry APIs
|
|
|
|
The DTR Accounts & Reps APIs allow you to integrate Docker Trusted Registry (DTR) with your enterprise's
|
|
organizational structure by providing fine-grained, role-based access control for your repositories.
|
|
|
|
|
|
The following documents detail the API:
|
|
|
|
- [DTR Accounts & Repos API: Intro & Overview](/docker-trusted-registry/api/)
|
|
- [Accounts API Doc]({{< relref "dtr_1_3_accounts.md" >}})
|
|
- [Teams API Doc]({{< relref "dtr_1_3_teams.md" >}})
|
|
- [Repositories API Doc]({{< relref "dtr_1_3_repositories.md" >}})
|
|
- [User-Owned Repository Access API Doc]({{< relref "dtr_1_3_user_repo_access.md" >}})
|
|
- [Organization-Owned Repository Access API Doc]({{< relref "dtr_1_3_team_repo_access.md" >}})
|
|
- [Organization-Owned Repository Namespace Access API Doc]({{< relref "dtr_1_3_team_repo_namespace_access.md" >}})
|