-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Epic] Rename "docker-py" to "Docker SDK for Python" #1310
Milestone
Comments
bfirsh
added a commit
to bfirsh/docker-py
that referenced
this issue
Nov 28, 2016
Pretty much everything except renaming the GitHub repo and documentation, which is not actually done yet. Nearer the release we can do a search/replace for all that stuff. Ref docker#1310 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
bfirsh
changed the title
Proposal/epic: Rename "docker-py" to "Docker SDK for Python"
[Epic] Rename "docker-py" to "Docker SDK for Python"
Nov 28, 2016
shin-
pushed a commit
that referenced
this issue
Dec 8, 2016
Pretty much everything except renaming the GitHub repo and documentation, which is not actually done yet. Nearer the release we can do a search/replace for all that stuff. Ref #1310 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
dzhus
added a commit
to dzhus/globalchypre
that referenced
this issue
Aug 2, 2018
docker-py is deprecated See more at https://docs.ansible.com/ansible/latest/modules/docker_container_module.html docker/docker-py#1310
ghost
mentioned this issue
May 13, 2019
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposal
As part of a wider initiative, we're creating some properly supported SDKs for the Engine API.
docker-py was the first official-ish library, all that time ago. Go is now the second. However, if we're going to continue to create ones for other languages, it'd be nice if they had consistent naming, roughly consistent APIs, and so on. It is also helpful to be able to refer them as a collective product, rather than the wishy-washy "client libraries for the Engine API".
Hence, the "Docker SDKs". Each particular language will be "Docker SDK for X": Docker SDK for Python, Docker SDK for Go, etc. There will be centralised documentation with a getting started guide for multiple languages (and curl!), which link off to each library's respective reference documentation.
Tasks
The text was updated successfully, but these errors were encountered: