diff --git a/components/engine/docs/mkdocs.yml b/components/engine/docs/mkdocs.yml index 9428b85e3e..a44ffea18a 100755 --- a/components/engine/docs/mkdocs.yml +++ b/components/engine/docs/mkdocs.yml @@ -107,6 +107,7 @@ pages: - ['reference/api/index.md', '**HIDDEN**'] - ['reference/api/docker-io_api.md', 'Reference', 'Docker Hub API'] - ['reference/api/registry_api.md', 'Reference', 'Docker Registry API'] +- ['reference/api/registry_api_client_libraries.md', 'Reference', 'Docker Registry API Client Libraries'] - ['reference/api/hub_registry_spec.md', 'Reference', 'Docker Hub and Registry Spec'] - ['reference/api/docker_remote_api.md', 'Reference', 'Docker Remote API'] - ['reference/api/docker_remote_api_v1.15.md', 'Reference', 'Docker Remote API v1.15'] diff --git a/components/engine/docs/sources/reference/api/registry_api_client_libraries.md b/components/engine/docs/sources/reference/api/registry_api_client_libraries.md new file mode 100644 index 0000000000..7fe986204a --- /dev/null +++ b/components/engine/docs/sources/reference/api/registry_api_client_libraries.md @@ -0,0 +1,35 @@ +page_title: Registry API Client Libraries +page_description: Various client libraries available to use with the Docker registry API +page_keywords: API, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala + +# Docker Registry API Client Libraries + +These libraries have not been tested by the Docker maintainers for +compatibility. Please file issues with the library owners. If you find +more library implementations, please list them in Docker doc bugs and we +will add the libraries here. + + + + + + + + + + + + + + + + + + + + + + + + +
Language/FrameworkNameRepositoryStatus
JavaScript (AngularJS) WebUIdocker-registry-frontendhttps://github.com/kwk/docker-registry-frontendActive
diff --git a/components/engine/docs/sources/reference/api/remote_api_client_libraries.md b/components/engine/docs/sources/reference/api/remote_api_client_libraries.md index c248fd50ee..71bd2ebfc1 100644 --- a/components/engine/docs/sources/reference/api/remote_api_client_libraries.md +++ b/components/engine/docs/sources/reference/api/remote_api_client_libraries.md @@ -4,7 +4,7 @@ page_keywords: API, Docker, index, registry, REST, documentation, clients, C#, E # Docker Remote API Client Libraries -These libraries have not been tested by the Docker Maintainers for +These libraries have not been tested by the Docker maintainers for compatibility. Please file issues with the library owners. If you find more library implementations, please list them in Docker doc bugs and we will add the libraries here.