summaryrefslogtreecommitdiff
path: root/docker
Commit message (Collapse)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 typo
| | * 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 ↵shin-2013-10-161-1/+1
| | | | predefined default command)
* 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 404
| | * 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
|\ \ \ | |/ / |/| | | | | imports.
| * | python3 fixesDeni Bertovic2013-10-034-22/+28
| | | | | | | | | | | | | | | Fixed imports to be compatible with python3 on various places in the client lib and in the tests themselves.
| * | 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
| | | | < 1.5
* 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 imports
| * 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.packages.urllib3 isn't present try to import urllib3 directly
| * 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
|/ | | | | a self. The problem explained in the title cause the build function of the client to fail when giving a folder parameter : the tar function is called with only one parameter.
* 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
| | |\ | | | | | | | | | | | | | | | | Conflicts: docker/client.py
| | | * Merge pull request #37 from aanand/set-attach-attributesJoffrey F2013-09-031-3/+15
| | | |\ | | | | | | | | | | When creating a container, set Attach* attributes according to detach and stdin_open arguments
| | | | * Set AttachStd* attributes according to detach and stdin_open commands, ↵Aanand Prasad2013-09-011-3/+15
| | | | | | | | | | | | | | | | | | | | analogously to the docker cli
| | | * | 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 ↵shin-2013-09-111-58/+42
| | | | | | | | | | | | and tests updated accordingly.
* | | Merge branch 'implement-top-and-copy' of git://github.com/aanand/docker-py ↵shin-2013-09-111-0/+10
|\ \ \ | | | | | | | | | | | | into 0.2.0-dev
| * | | 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 ↵shin-2013-09-112-33/+65
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 0.2.0-dev Conflicts: docker/__init__.py docker/client.py
| * | | 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 ↵Aanand Prasad2013-09-031-7/+7
| | | | | | | | | | | | | | | | image in run().
| * | | Call _raise_for_status every time we make a requestAanand Prasad2013-09-031-6/+18
| | | |
| * | | Refactor HTTP error reportingAanand Prasad2013-09-032-16/+38
| |/ / | | | | | | | | | | | | | | | | | | - `APIError` class extends `HTTPError` - Custom error string logic moved into `APIError.__init__()` - Conveniences: `explanation`, `is_client_error()`, `is_server_error()` - Strip trailing newline from explanation