summaryrefslogtreecommitdiff
path: root/docker
Commit message (Expand)AuthorAgeFilesLines
* docker.objects first passobjectsshin-2013-11-083-0/+69
* Added Docker 0.6.5 ports compatibilityRoberto Aguilar2013-11-041-2/+5
* Mergedshin-2013-10-231-1/+1
|\
| * Merge pull request #69 from gatoralli/patch-1Joffrey F2013-10-231-1/+1
| |\
| | * Fixed typoJason Sommer2013-10-201-1/+1
| * | fix import ping function used when pushing an imageFernando2013-10-191-1/+1
| |/
* | Fixed ImportErrors / package structureshin-2013-10-232-3/+1
|/
* command param in create_container is optional (for images that come with a pr...shin-2013-10-161-1/+1
* Added support for unix:/// protocol (default for docker CLI)shin-2013-10-162-1/+3
* Flake8 compliance + flake8 tests in tox.inishin-2013-10-155-40/+62
* Merge branch 'master' of https://github.com/dotcloud/docker-pyshin-2013-10-151-3/+0
|\
| * Merge pull request #63 from aanand/remove-custom-404-messageJoffrey F2013-10-141-3/+0
| |\
| | * Remove custom error message for image 404Aanand Prasad2013-10-031-3/+0
* | | Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ...shin-2013-10-158-17/+30
|\ \ \ | |/ / |/| |
| * | python3 fixesDeni Bertovic2013-10-034-22/+28
| * | fixed exception handling in _raise_for_statusDeni Bertovic2013-10-031-1/+1
| |/
* | Moved docstrings into README.md for consistency.shin-2013-10-141-20/+0
* | Merge branch 'doc_fix' of git://github.com/kiorky/docker-py into kiorky-doc_fixshin-2013-10-141-0/+19
|\ \
| * | Documentation for bindsMathieu Le Marec - Pasquet2013-09-301-0/+19
| |/
* | Fix: push on private repositories.shin-2013-10-091-1/+1
|/
* only_ids in /containers/ps removed, filter on client sideshin-2013-09-301-2/+4
* Removed logger dependency (no warnings) + do not break push for API versions ...shin-2013-09-301-18/+7
* Fix: authorized but warned non loggued pull/pushMathieu Le Marec - Pasquet2013-09-302-11/+28
* Merge pull request #56 from kiorky/import_image_tarballJoffrey F2013-09-301-2/+15
|\
| * support tarball importsMathieu Le Marec - Pasquet2013-09-301-2/+15
* | Support rm parameter for builddmp2013-09-281-2/+2
|/
* Fixed bugs in Client.loginshin-2013-09-251-11/+13
* Merge pull request #45 from dotcloud/43-urllib3-depJoffrey F2013-09-231-4/+6
|\
| * If requests.pqckqges.urllib3 isn't present try to import urllib3 directlyshin-2013-09-201-4/+6
* | Update utils.py - the tar function in utils is a non member function but has ...Adrien Candiotti2013-09-221-1/+1
|/
* Added utils.ping and used to expand registry URL (http VS https)shin-2013-09-142-3/+17
* Updated changelogshin-2013-09-121-1/+0
* Added lxc_conf param to Client.startshin-2013-09-121-5/+6
* Merge branch 'master' into 0.2.0-devshin-2013-09-121-15/+55
|\
| * Merge branch 'master' of https://github.com/dotcloud/docker-pyshin-2013-09-111-15/+59
| |\
| | * Merge branch 'master' of github.com:dotcloud/docker-py into issue-33Deni Bertovic2013-09-051-10/+27
| | |\
| | | * Merge pull request #37 from aanand/set-attach-attributesJoffrey F2013-09-031-3/+15
| | | |\
| | | | * Set AttachStd* attributes according to detach and stdin_open commands, analog...Aanand Prasad2013-09-011-3/+15
| | | * | attach_socket() method for just getting the HTTP socketAanand Prasad2013-09-031-7/+12
| | | |/
| | * | Fixed #33 - make client commands more consistentDeni Bertovic2013-09-041-2/+26
| | |/
* | | Methods that previously supported multi-args are now single-argument. Doc and...shin-2013-09-111-58/+42
* | | Merge branch 'implement-top-and-copy' of git://github.com/aanand/docker-py in...shin-2013-09-111-0/+10
|\ \ \
| * | | Implement client.copy(), which works much like export()Aanand Prasad2013-09-031-0/+7
| * | | Implement top()Aanand Prasad2013-09-031-0/+3
| | |/ | |/|
* | | Merge branch 'better-error-reporting' of git://github.com/aanand/docker-py in...shin-2013-09-112-33/+65
|\ \ \
| * | | Remove redundant status code check from _result()Aanand Prasad2013-09-031-2/+2
| * | | Remove custom error code handlingAanand Prasad2013-09-031-4/+0
| * | | Enable overriding of APIError explanation. Override explanation for missing i...Aanand Prasad2013-09-031-7/+7
| * | | Call _raise_for_status every time we make a requestAanand Prasad2013-09-031-6/+18
| * | | Refactor HTTP error reportingAanand Prasad2013-09-032-16/+38
| |/ /