Returns a list of all registries. Please note this api requires write access to the repository.
GET /api/repos/{owner}/{repo}/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.