@@ -1056,3 +1056,27 @@ Here are the steps of 'docker run' :
10561056
10571057In this first version of the API, some of the endpoints, like /attach, /pull or /push uses hijacking to transport stdin,
10581058stdout and stderr on the same socket. This might change in the future.
1059+
1060+ ==================================
1061+ Docker Remote API Client Libraries
1062+ ==================================
1063+
1064+ These libraries have been not tested by the Docker Maintainers for
1065+ compatibility. Please file issues with the library owners. If you
1066+ find more library implementations, please list them in Docker doc bugs
1067+ and we will add the libraries here.
1068+
1069+ +----------------------+----------------+--------------------------------------------+
1070+ | Language/Framework | Name | Repository |
1071+ +======================+================+============================================+
1072+ | Python | docker-py | https://github.com/dotcloud/docker-py |
1073+ +----------------------+----------------+--------------------------------------------+
1074+ | Ruby | docker-ruby | https://github.com/ActiveState/docker-ruby |
1075+ +----------------------+----------------+--------------------------------------------+
1076+ | Ruby | docker-client | https://github.com/geku/docker-client |
1077+ +----------------------+----------------+--------------------------------------------+
1078+ | Javascript | docker-js | https://github.com/dgoujard/docker-js |
1079+ +----------------------+----------------+--------------------------------------------+
1080+ | Javascript (Angular) | dockerui | https://github.com/crosbymichael/dockerui |
1081+ | **WebUI ** | | |
1082+ +----------------------+----------------+--------------------------------------------+
0 commit comments