Returns a registry.
Please note this api requires write access to the repository,
and the request parameter {registry}
is the registry address.
GET /api/repos/{owner}/{repo}/registry/{registry}
Example Response Body:
{
"id": 1,
"address": "docker.io",
"username": "octocat",
"password": "",
"email": "",
"token": ""
}
Is there a mistake on this page? Please let us know or edit this page.