summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Handle untyped ContainerSpec dict in _check_api_featuresJoffrey F2017-08-172-1/+18
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Daemon expects full URL of hub in auth config dict in build payloadJoffrey F2017-08-172-3/+6
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Upgrade tox and virtualenv in appveyor to make sure we have the latest pip.Ying2017-08-171-1/+1
| | | | | | | | | | | | Signed-off-by: Ying <ying.li@docker.com>
* | | If we're pinning exact versions of things for requirements.txt, pincyli2017-08-172-8/+18
| | | | | | | | | | | | | | | | | | all dependencies of dependencies as well so we can get a consistent build. Signed-off-by: cyli <cyli@twistedmatrix.com>
* | | Require "requests[security]" if the `[tls]` option is selected, which also ↵cyli2017-08-173-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installs: pyOpenSSL, cryptography, idna and installs cryptography's version of openssl in Mac OS (which by default has an ancient version of openssl that doesn't support TLS 1.2). Signed-off-by: cyli <cyli@twistedmatrix.com>
* | | Leading slash in .dockerignore should be ignoredJoffrey F2017-08-172-0/+6
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Return generator for output of load_image endpointJoffrey F2017-08-175-6/+58
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Return the result of the API when using remove_image and load_imageCecile Tonglet2017-08-172-3/+4
| | | | | | | | | | | | | | | | | | Those calls return result that can be used by the developers. Signed-off-by: Cecile Tonglet <cecile.tonglet@gmail.com>
* | | Improve ContainerError message computeJoffrey F2017-08-171-6/+3
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | client.containers.run returns None if none of json-file or journald logging ↵Artem Bolshakov2017-08-175-4/+80
| | | | | | | | | | | | | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com>
* | | Added wait to the Container class documentation.Andreas Backx2017-08-171-0/+1
| | | | | | | | | | | | | | | The container class documentation did not automatically document the `Container.wait` method. Signed-off-by: Andreas Backx <andreas@backx.org>
* | | Fix domainname documentation in create_container functionErik Johnson2017-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | It looks like this was probably originally copypasta'ed from dns_search and not edited afterward. Signed-off-by: Erik Johnson <palehose@gmail.com>
* | | Temporarily - do not run py33 tests on travisJoffrey F2017-08-171-1/+2
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Generating regexp from .dockerignore file in a similar way as docker-ce.Jakub Goszczurny2017-08-172-8/+44
| | | | | | | | | | | | Signed-off-by: Jakub Goszczurny <szczurmys@o2.pl>
* | | client.networks.create check_duplicates docs not reflective of behaviorDima Spivak2017-08-171-1/+1
| | | | | | | | | | | | | | | | | | Fixes #1693 Signed-off-by: Dima Spivak <dima@spivak.ch>
* | | By not specifying a specific tag, the example would download every Ubuntu ↵Brandon Jackson2017-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | tag that exists. This oversight caused my machine to run out of disk space holding all the image diffs. Signed-off-by: Brandon Jackson <usbrandon@gmail.com>
* | | Fix #1673 check resource error in container network APIMatthew Berry2017-08-172-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Container network functions checked 'image' as resource ID and not 'container'. This caused a traceback when using container as named argument. Signed-off-by: Matthew Berry <mtberry89@gmail.com>
* | | dev versionJoffrey F2017-08-171-1/+1
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Shift test matrix forwardJoffrey F2017-08-171-3/+3
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Merge pull request #1672 from docker/2.4.2-release2.4.2Joffrey F2017-06-283-3/+8
|\ \ \ | | | | | | | | 2.4.2 release
| * | | Bump 2.4.22.4.2-releaseJoffrey F2017-06-282-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Compose 1.14.0 hackJoffrey F2017-06-281-0/+5
|/ / / | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Merge pull request #1670 from docker/2.4.1-release2.4.1Joffrey F2017-06-284-1/+15
|\ \ \ | | | | | | | | 2.4.1 release
| * | | Bump 2.4.12.4.1-releaseJoffrey F2017-06-282-1/+11
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | split_port should not break when passed a non-string argumentJoffrey F2017-06-282-0/+4
|/ / / | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-176-11/+42
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Merge branch 'gferon-experimental-flags'Joffrey F2017-08-152-2/+39
| |\ \ | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| | * | Add support for the `squash` flag when buildingGabriel Féron2017-08-152-2/+39
| |/ / | | | | | | | | | | | | | | | Also added a test that compares the number of layers in the default mode, and with the new flag Signed-off-by: Gabriel Féron <feron.gabriel@gmail.com>
| * | Merge branch 'master' of github.com:docker/docker-pyJoffrey F2017-08-153-2/+19
| |\ \
| | * | Use collection's get method inside ImageCollection's list methodadrianliaw2017-08-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Adrian Liaw <adrianliaw2000@gmail.com>
| | * | Handle untyped ContainerSpec dict in _check_api_featuresJoffrey F2017-08-152-1/+18
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Merge branch 'davidsteines-1477_detach_and_remove_together'Joffrey F2017-08-152-2/+37
| |\ \ \ | | |/ / | |/| |
| | * | Use better version comparison functionJoffrey F2017-08-151-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| | * | Allow detach and remove for api version >= 1.25 and use auto_remove when ↵David Steines2017-08-152-2/+38
| |/ / | | | | | | | | | | | | | | | both are set. Continue raising an exception for api versions <1.25. Signed-off-by: David Steines <d.steines@gmail.com>
| * | Daemon expects full URL of hub in auth config dict in build payloadJoffrey F2017-08-152-3/+6
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Upgrade tox and virtualenv in appveyor to make sure we have the latest pip.Ying2017-08-151-1/+1
| | | | | | | | | | | | Signed-off-by: Ying <ying.li@docker.com>
| * | If we're pinning exact versions of things for requirements.txt, pincyli2017-08-152-8/+18
| | | | | | | | | | | | | | | | | | all dependencies of dependencies as well so we can get a consistent build. Signed-off-by: cyli <cyli@twistedmatrix.com>
| * | Require "requests[security]" if the `[tls]` option is selected, which also ↵cyli2017-08-153-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installs: pyOpenSSL, cryptography, idna and installs cryptography's version of openssl in Mac OS (which by default has an ancient version of openssl that doesn't support TLS 1.2). Signed-off-by: cyli <cyli@twistedmatrix.com>
| * | Leading slash in .dockerignore should be ignoredJoffrey F2017-08-152-0/+6
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Return generator for output of load_image endpointJoffrey F2017-08-155-6/+58
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Return the result of the API when using remove_image and load_imageCecile Tonglet2017-08-152-3/+4
| |/ | | | | | | | | | | Those calls return result that can be used by the developers. Signed-off-by: Cecile Tonglet <cecile.tonglet@gmail.com>
| * Merge branch 'bolshakov-bugfix/run-container-with-syslog-driver'Joffrey F2017-08-075-4/+77
| |\ | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| | * Improve ContainerError message computeJoffrey F2017-08-071-6/+3
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| | * client.containers.run returns None if none of json-file or journald logging ↵Artem Bolshakov2017-08-075-4/+80
| |/ | | | | | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com>
| * Added wait to the Container class documentation.Andreas Backx2017-08-071-0/+1
| | | | | | | | | | The container class documentation did not automatically document the `Container.wait` method. Signed-off-by: Andreas Backx <andreas@backx.org>
| * Fix domainname documentation in create_container functionErik Johnson2017-08-071-1/+1
| | | | | | | | | | | | | | It looks like this was probably originally copypasta'ed from dns_search and not edited afterward. Signed-off-by: Erik Johnson <palehose@gmail.com>
| * Temporarily - do not run py33 tests on travisJoffrey F2017-08-011-1/+2
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Generating regexp from .dockerignore file in a similar way as docker-ce.Jakub Goszczurny2017-08-012-8/+44
| | | | | | | | Signed-off-by: Jakub Goszczurny <szczurmys@o2.pl>
| * client.networks.create check_duplicates docs not reflective of behaviorDima Spivak2017-07-311-1/+1
| | | | | | | | | | | | Fixes #1693 Signed-off-by: Dima Spivak <dima@spivak.ch>
| * By not specifying a specific tag, the example would download every Ubuntu ↵Brandon Jackson2017-07-181-1/+1
| | | | | | | | | | | | | | | | tag that exists. This oversight caused my machine to run out of disk space holding all the image diffs. Signed-off-by: Brandon Jackson <usbrandon@gmail.com>