summaryrefslogtreecommitdiff
path: root/docker
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add logging for auth loading/resolutionAanand Prasad2015-08-202-6/+49
* | | | | Fixed #726 issue where split_port was checking `len(None)`Mark Adams2015-08-191-6/+14
|/ / / /
* | | | add gelf and fluentd logging drivers to types.pyBrian Edwards2015-08-181-1/+3
* | | | Allow docker host (base_url) to contain a pathJoffrey F2015-08-171-2/+7
|/ / /
* | | Merge pull request #698 from docker/jhowardmsft-14530-netmodeJoffrey F2015-08-102-10/+14
|\ \ \
| * | | Explicited start config tricksjhowardmsft-14530-netmodeJoffrey F2015-08-101-11/+13
| * | | Moved network_mode default to create_host_config ; small fix to preserve blan...Joffrey F2015-07-292-11/+3
| * | | development version suffixJoffrey F2015-07-291-1/+1
| * | | Merge branch '14530-netmode' of https://github.com/jhowardmsft/docker-py into...Joffrey F2015-07-291-0/+10
| |\ \ \
| | * | | Add netmode (required by docker)John Howard2015-07-281-0/+10
* | | | | Merge pull request #703 from erikced/journald-log-driverAanand Prasad2015-08-051-1/+2
|\ \ \ \ \
| * | | | | Add journald log driver supportErik Cederberg2015-08-031-1/+2
| |/ / / /
* | | | | unpack key-value pairJoffrey F2015-08-041-2/+1
* | | | | dev versionJoffrey F2015-08-041-1/+1
* | | | | Squashed commit of the following:Viktor Petersson2015-07-302-1/+28
|/ / / /
* | | | Bumped versionJoffrey F2015-07-221-1/+1
|/ / /
* | | Merge pull request #682 from docker/moutten-fix-build-authJoffrey F2015-07-222-9/+8
|\ \ \
| * | | Make build auth work with API versions < 1.19 toomoutten-fix-build-authJoffrey F2015-07-201-3/+8
| * | | Merge branch 'fix-build-auth' of https://github.com/moutten/docker-py into mo...Joffrey F2015-07-202-7/+1
| |\ \ \
| | * | | Switch to send full AuthConfig object for build actionMatt Outten2015-07-172-7/+1
* | | | | Merge pull request #680 from aanand/fix-timestamp-conversionJoffrey F2015-07-211-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Enforce UTC datetimes in arguments to `events()`Aanand Prasad2015-07-211-3/+3
| | |/ / | |/| |
* | | | Added check_resource decorator to exec_createexec_create_check_dictJoffrey F2015-07-201-0/+1
| |/ / |/| |
* | | Merge branch 'master' of github.com:docker/docker-pyJoffrey F2015-07-202-0/+6
|\ \ \
| * | | return NotFound on 404 errorsLars Kellogg-Stedman2015-07-172-0/+6
| |/ /
* | | Use constant for deprecation message in auth.pyJoffrey F2015-07-202-6/+8
* | | Stop pinging registries from the clientAanand Prasad2015-07-205-24/+45
|/ /
* | Merge branch 'fix-premature-eof' of https://github.com/a-ba/docker-py into a-...Joffrey F2015-07-091-1/+1
|\ \
| * | fix premature EOF detection in streamsAnthony Baire2015-06-291-1/+1
* | | Back to dev versionJoffrey F2015-07-091-1/+1
* | | Bumped version to 1.3.0Joffrey F2015-07-081-1/+1
* | | Removed execute() methodJoffrey F2015-07-081-13/+0
* | | Fix handling output from tty-enabled containers.Dan O'Reilly2015-07-062-43/+43
* | | ClientBase class to extract utility methods and constructor and sanitize Clie...clientbase_extractionJoffrey F2015-07-012-227/+240
* | | Merge pull request #651 from docker/fix_647Joffrey F2015-06-301-3/+12
|\ \ \
| * | | Fix Unix socket adapter bug with double slash in path + regression testfix_647Joffrey F2015-06-301-3/+12
* | | | Merge pull request #644 from docker/memory-memswap-hostconfigJoffrey F2015-06-302-10/+35
|\ \ \ \ | |/ / / |/| | |
| * | | Moved mem_limit and memswap_limit to host_config for API version >= 1.19Joffrey F2015-06-192-10/+35
* | | | Merge pull request #661 from docker/fix_640Maxime Petazzoni2015-06-301-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Added git@ as a valid prefix for remote build pathsfix_640Joffrey F2015-06-301-1/+1
* | | | Merge pull request #654 from Melraidin/masterJoffrey F2015-06-291-12/+44
|\ \ \ \ | |/ / / |/| | |
| * | | Prefer new Docker config location and format.Kevin Martin2015-06-281-12/+44
| | |/ | |/|
* | | Fix small decorator issueJoffrey F2015-06-301-2/+2
* | | CleanupJoffrey F2015-06-301-3/+2
* | | Merge branch 'id-resolution-in-check-resource' of https://github.com/posita/d...Joffrey F2015-06-302-51/+2
|\ \ \ | |/ / |/| |
| * | Move image/container ID resolution to @check_resource decorator.Matt Bogosian2015-05-202-51/+2
* | | Fix stop timeout bugfix_649Joffrey F2015-06-241-1/+1
* | | Updated websocket-client dependency to latest version (now supports python 3)Joffrey F2015-06-191-7/+2
* | | Support 401 status for v2 registry endpointJoffrey F2015-06-191-3/+6
* | | Merge branch 'master' of https://github.com/cesanta/docker-py into cesanta-ma...Joffrey F2015-06-191-1/+3
|\ \ \ | |_|/ |/| |