summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docker.objects first passobjectsshin-2013-11-085-6/+76
* Merge branch 'master' of https://github.com/dotcloud/docker-pyshin-2013-11-082-5/+20
|\
| * Merge pull request #81 from ureyes84/start_lxc_conf_docJoffrey F2013-11-071-1/+2
| |\
| | * Added example to the lxc_conf argument in the start commandUlises Reyes2013-11-061-1/+2
| |/
| * Merge pull request #76 from rca/port_bindingsJoffrey F2013-11-052-4/+18
| |\
| | * Updated README to include /tcp in port binding docRoberto Aguilar2013-11-041-2/+2
| | * Updated READMERoberto Aguilar2013-11-041-2/+13
| | * Added Docker 0.6.5 ports compatibilityRoberto Aguilar2013-11-041-2/+5
| |/
* | Merge branch 'master' of https://github.com/shin-/docker-pyshin-2013-10-242-1/+5
|\ \ | |/ |/|
| * Added travis build statusJoffrey F2013-10-151-0/+2
| * Added newlineJoffrey F2013-10-151-1/+1
* | Bumped version to 0.2.20.2.2shin-2013-10-243-5/+30
* | 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
| * | | Merge pull request #68 from tutumcloud/masterJoffrey F2013-10-201-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | fix import ping function used when pushing an imageFernando2013-10-191-1/+1
| |/ /
* | | Fixed ImportErrors / package structureshin-2013-10-233-6/+4
|/ /
* | command param in create_container is optional (for images that come with a pr...shin-2013-10-161-1/+1
* | Merge branch 'master' of https://github.com/dotcloud/docker-pyshin-2013-10-161-0/+2
|\ \
| * | Added travis build status to READMEJoffrey F2013-10-151-0/+2
* | | Added support for unix:/// protocol (default for docker CLI)shin-2013-10-162-1/+3
|/ /
* | Flake8 compliance + flake8 tests in tox.inishin-2013-10-159-107/+243
|/
* Added travis.yml fileshin-2013-10-151-0/+8
* 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-1512-496/+1156
|\ \ \ | |/ / |/| |
| * | fixed test list_containers to account for upstream changesDeni Bertovic2013-10-031-1/+0
| * | integration test fixDeni Bertovic2013-10-031-1/+1
| * | python3 fixesDeni Bertovic2013-10-035-55/+61
| * | removed unused FAKE_INSPECT_DATADeni Bertovic2013-10-031-61/+0
| * | fixed exception handling in _raise_for_statusDeni Bertovic2013-10-031-1/+1
| * | refactored testsDeni Bertovic2013-10-031-116/+188
| * | added mock to requirementsDeni Bertovic2013-10-031-0/+1
| * | initial import of unit test and mocks for the docker apiDeni Bertovic2013-10-032-0/+608
| * | reamed test.py to integration_test.pyDeni Bertovic2013-10-031-0/+0
| |/
* | Moved docstrings into README.md for consistency.shin-2013-10-142-23/+4
* | 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-302-19/+8
* Fix: authorized but warned non loggued pull/pushMathieu Le Marec - Pasquet2013-09-303-17/+38
* Merge pull request #56 from kiorky/import_image_tarballJoffrey F2013-09-302-2/+17
|\
| * support tarball importsMathieu Le Marec - Pasquet2013-09-302-2/+17
* | Merge pull request #51 from webitup/masterJoffrey F2013-09-302-3/+3
|\ \
| * | Update README (rm param in build method)dmp2013-09-281-1/+1
| * | Support rm parameter for builddmp2013-09-281-2/+2
| |/
* | Merge pull request #58 from micahhausler/masterJoffrey F2013-09-291-1/+1
|\ \ | |/ |/|