From 1a57ba4c11aa938691dfffd1bd595af6713dda33 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Wed, 1 Oct 2014 15:20:49 +0200 Subject: [PATCH 1/3] Create registry_api_client_libraries.md Signed-off-by: Konrad Kleine Upstream-commit: 3446735a3e30788689ea3d66994f9b27b9327e18 Component: engine --- .../api/registry_api_client_libraries.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 components/engine/docs/sources/reference/api/registry_api_client_libraries.md 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..f02d2b6b12 --- /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
From 262a26e82e9069d48dec70d03629a8921c86fd19 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Wed, 1 Oct 2014 15:25:48 +0200 Subject: [PATCH 2/3] Add registry_api_client_libraries.md to mkdocs.yml Signed-off-by: Konrad Kleine Upstream-commit: 12fe99ae47a3446ef0c2ac01052c263c28345b65 Component: engine --- components/engine/docs/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/docs/mkdocs.yml b/components/engine/docs/mkdocs.yml index 491f00c35f..354110fe3b 100755 --- a/components/engine/docs/mkdocs.yml +++ b/components/engine/docs/mkdocs.yml @@ -105,6 +105,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'] From cf801a51a6fe7655f44fabbff0d1016d411e5392 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Thu, 2 Oct 2014 08:39:55 +0200 Subject: [PATCH 3/3] Typo: changed "Maintainers" to "maintainers" Signed-off-by: Konrad Kleine Upstream-commit: e08f22cdb2b1e10661f76582f9a8ba7d1cb80bea Component: engine --- .../docs/sources/reference/api/registry_api_client_libraries.md | 2 +- .../docs/sources/reference/api/remote_api_client_libraries.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 index f02d2b6b12..7fe986204a 100644 --- a/components/engine/docs/sources/reference/api/registry_api_client_libraries.md +++ b/components/engine/docs/sources/reference/api/registry_api_client_libraries.md @@ -4,7 +4,7 @@ page_keywords: API, Docker, index, registry, REST, documentation, clients, C#, E # Docker Registry 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. 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.