From 2ba0861ad359477ad81346a81f1bac09cb5e2eb2 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 14 Mar 2014 17:20:22 -0600 Subject: [PATCH] Add Sam's Go "dockerclient" to the list of Client Libraries Docker-DCO-1.1-Signed-off-by: Andrew Page (github: tianon) --- docs/sources/reference/api/remote_api_client_libraries.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/reference/api/remote_api_client_libraries.rst b/docs/sources/reference/api/remote_api_client_libraries.rst index e58c7ced39..f74dd416bc 100644 --- a/docs/sources/reference/api/remote_api_client_libraries.rst +++ b/docs/sources/reference/api/remote_api_client_libraries.rst @@ -41,6 +41,8 @@ and we will add the libraries here. +----------------------+----------------+--------------------------------------------+----------+ | Go | go-dockerclient| https://github.com/fsouza/go-dockerclient | Active | +----------------------+----------------+--------------------------------------------+----------+ +| Go | dockerclient | https://github.com/samalba/dockerclient | Active | ++----------------------+----------------+--------------------------------------------+----------+ | PHP | Alvine | http://pear.alvine.io/ (alpha) | Active | +----------------------+----------------+--------------------------------------------+----------+ | PHP | Docker-PHP | http://stage1.github.io/docker-php/ | Active |