summaryrefslogtreecommitdiff
path: root/docker/client.py
Commit message (Expand)AuthorAgeFilesLines
...
* Don't break if base_url == None and TLS is enabledbase_url_noneJoffrey F2016-01-081-1/+1
* Fix attach method over SSL connectionsStephen Moore2015-10-141-4/+16
* put/get archive implementationJoffrey F2015-10-141-0/+3
* Implement methods for managing networksAanand Prasad2015-10-141-1/+2
* _url can take arbitrarily many argumentsAanand Prasad2015-09-251-11/+12
* Basic volume API implementation.Joffrey F2015-09-151-1/+2
* Move client internals back to Client class. Remove obsolete ClientBase classapi_splitupJoffrey F2015-09-111-4/+286
* Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-111-872/+9
* url-quote user-provided param before inserting in URL.Joffrey F2015-08-311-42/+43
* Merge pull request #662 from stevenewey/exec_create_userJoffrey F2015-08-261-2/+6
|\
| * Merge branch 'master' into exec_create_userStephen Newey2015-08-121-299/+57
| |\
| * | Change unnecessary user=None in args to empty string and remove check.Stephen Newey2015-08-121-4/+1
| * | Add user argument to exec_create documentation.Stephen Newey2015-06-301-1/+1
| * | Add support for user on exec_create.Stephen Newey2015-06-301-2/+9
* | | Better support for .dockerignoreAanand Prasad2015-08-261-7/+1
* | | Prevent users from attempting to override 'version'Aanand Prasad2015-08-251-0/+5
* | | Add version param to utils.create_host_configJoffrey F2015-08-241-3/+12
* | | Merge pull request #711 from ClusterHQ/exec_inspect_versionJoffrey F2015-08-241-2/+4
|\ \ \
| * | | Update error message to state that exec_inspect is not supportedBridget McErlean2015-08-121-1/+3
| * | | Change minimum API version for exec_inspectBridget McErlean2015-08-121-2/+2
| | |/ | |/|
* | | Add logging for auth loading/resolutionAanand Prasad2015-08-201-0/+20
|/ /
* | 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-291-1/+1
* | Merge pull request #682 from docker/moutten-fix-build-authJoffrey F2015-07-221-3/+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-201-1/+1
| |\ \
| | * | Switch to send full AuthConfig object for build actionMatt Outten2015-07-171-1/+1
* | | | Added check_resource decorator to exec_createexec_create_check_dictJoffrey F2015-07-201-0/+1
|/ / /
* | | Use constant for deprecation message in auth.pyJoffrey F2015-07-201-3/+4
* | | Stop pinging registries from the clientAanand Prasad2015-07-201-6/+21
|/ /
* | Removed execute() methodJoffrey F2015-07-081-13/+0
* | Fix handling output from tty-enabled containers.Dan O'Reilly2015-07-061-43/+3
* | ClientBase class to extract utility methods and constructor and sanitize Clie...clientbase_extractionJoffrey F2015-07-011-227/+5
* | 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-301-3/+3
|\ \ \ | |/ / |/| |
| * | Moved mem_limit and memswap_limit to host_config for API version >= 1.19Joffrey F2015-06-191-3/+3
* | | Added git@ as a valid prefix for remote build pathsfix_640Joffrey F2015-06-301-1/+1
| |/ |/|
* | Merge branch 'id-resolution-in-check-resource' of https://github.com/posita/d...Joffrey F2015-06-301-51/+0
|\ \
| * | Move image/container ID resolution to @check_resource decorator.Matt Bogosian2015-05-201-51/+0
* | | 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
| |/ |/|
* | Merge branch 'pullfix' of https://github.com/glogiotatidis/docker-py into glo...Joffrey F2015-06-191-1/+4
|\ \
| * | Fix pull parameter for docker server version < 1.7.Giorgos Logiotatidis2015-06-011-0/+6
| * | Set default value for pull to False on build(). Fixes 622.Giorgos Logiotatidis2015-06-011-1/+1
| |/
* | Enforce consistent style for push and pull methodsJoffrey F2015-06-181-10/+13
* | Add and document a decode parameter for buildPhilipp Möller2015-06-181-2/+3
* | Add raise_for_status check to push and pull methodsBradley Cicenas2015-06-181-0/+4
* | Add volume_driver param to client.create_containerLuke Marsden2015-06-181-2/+3
|/
* Only allow privileged exec_create for API version >= 1.19Joffrey F2015-05-201-2/+6