-
Notifications
You must be signed in to change notification settings - Fork 517
Contribute a Registry Provider
Brandon Waterloo [MSFT] edited this page Jul 1, 2020
·
6 revisions
First, try connecting your registry as a "Generic Docker Registry". Many registries will work with our existing implementation of the Docker V2 API and do not require any additional contributions.
This feature has the following limitations:
- It currently only supports basic authentication, or token endpoints that accept basic authentication.
- You must connect a private registry. It won't work for central registries like Docker Hub or GitLab that host repositories for many users under unique namespaces.
We have a proposal for a better registry extensibility model here. We'd love to hear your feedback on it!
Maintaining good quality documentation is a priority for the Docker extension team. If you find missing or inaccurate content, or if you'd like to extend the wiki with a topic or tutorial, please let us know by opening an issue.