Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use protocol TLS v1.0 by default when none is set.963-tlsv1-default | Joffrey F | 2016-03-02 | 1 | -1/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #970 from marshyski/master | Aanand Prasad | 2016-03-02 | 1 | -1/+1 |
|\ | | | | | Updated stat networks print output | ||||
| * | Updated stat networks print output Signed-off-by: Tim Marcinowski ↵ | Tim Ski | 2016-03-02 | 1 | -1/+1 |
|/ | | | | <marshyski@gmail.com> | ||||
* | Merge pull request #968 from atopuzov/decode_on_push_and_pull | Joffrey F | 2016-03-01 | 1 | -4/+4 |
|\ | | | | | Use decode on push and pull operations. | ||||
| * | Use decode on push and pull operations. | Aleksandar Topuzovic | 2016-03-01 | 1 | -4/+4 |
|/ | | | | | | | Stream helper has the ability to decode the responses from strings to JSON. This commit enables this functionality on push and pull operations. Signed-off-by: Aleksandar Topuzovic <aleksandar.topuzovic@gmail.com> | ||||
* | Merge pull request #916 from docker/container_update_feature | Joffrey F | 2016-02-24 | 6 | -40/+132 |
|\ | | | | | Support for container limits update | ||||
| * | Improve parse_bytes util methodcontainer_update_feature | Joffrey F | 2016-02-23 | 2 | -40/+36 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | update_container now supports string values | Joffrey F | 2016-02-23 | 1 | -4/+5 |
| | | | | | | | | | | | | for mem_limit, memswap_limit, kernel_memory and mem_reservation Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Unit test for Client.update_container method | Joffrey F | 2016-02-23 | 2 | -0/+25 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Documentation for Client.update_container method | Joffrey F | 2016-02-23 | 1 | -1/+21 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | New `update_container` method | Joffrey F | 2016-02-23 | 2 | -0/+50 |
| | | | | | | | | | | | | Allows user to update container limits in-flight. Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #942 from seguins/934-separate-stream-follow-logs | Joffrey F | 2016-02-24 | 4 | -8/+56 |
|\ \ | | | | | | | Separate params stream and follow for logs. | ||||
| * | | Separate params stream and follow for logs. | Stéphane Seguin | 2016-02-16 | 4 | -8/+56 |
| | | | | | | | | | | | | | | | | | | Closes #934 Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com> | ||||
* | | | Merge pull request #958 from dnephin/oops_fix_empty_env_vars_again | Daniel Nephin | 2016-02-24 | 2 | -3/+6 |
|\ \ \ | | | | | | | | | Fix env vars with empty values | ||||
| * | | | Fix env vars with empty values. | Daniel Nephin | 2016-02-24 | 2 | -3/+6 |
|/ / / | | | | | | | | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com> | ||||
* | | | Merge pull request #952 from dnephin/fix_empty_env_vars | Joffrey F | 2016-02-24 | 2 | -4/+19 |
|\ \ \ | | | | | | | | | Format environment variables to match docker-cli. | ||||
| * | | | Format environment variables to match docker-cli. | Daniel Nephin | 2016-02-23 | 2 | -4/+19 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com> | ||||
* | | | | Merge pull request #954 from bfirsh/better-documentation-link | Joffrey F | 2016-02-24 | 1 | -4/+4 |
|\ \ \ \ | |_|_|/ |/| | | | Readme improvements | ||||
| * | | | Improved description | Ben Firshman | 2016-02-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
| * | | | Improved documentation link copy | Ben Firshman | 2016-02-24 | 1 | -2/+2 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | It's a little thing, but this made me hesitate before clicking the link because I thought I would be going to the Read the Docs home page, not the docker-py documentation. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | | | Back to dev version | Joffrey F | 2016-02-23 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #951 from docker/1.7.2-release1.7.2 | Joffrey F | 2016-02-23 | 2 | -1/+11 |
|\ \ | | | | | | | Prepare 1.7.2 release | ||||
| * | | Prepare 1.7.2 release1.7.2-release | Joffrey F | 2016-02-23 | 2 | -1/+11 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #950 from aanand/fix-tls | Joffrey F | 2016-02-23 | 3 | -6/+9 |
|\ \ | | | | | | | Fix TLS regressions | ||||
| * | | Fix TLS regressions | Aanand Prasad | 2016-02-23 | 3 | -6/+9 |
|/ / | | | | | | | | | | | | | | | | | - Set `verify` to the CA cert path if one has been specified, rather than `True` - Don't set `assert_fingerprint` Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | Back to dev version | Joffrey F | 2016-02-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #944 from docker/1.7.1-release1.7.1 | Joffrey F | 2016-02-22 | 2 | -1/+21 |
|\ \ | |/ |/| | 1.7.1 release | ||||
| * | Update changelog for 1.7.11.7.1-release | Joffrey F | 2016-02-17 | 1 | -0/+20 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Bumped version to 1.7.1 | Joffrey F | 2016-02-17 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #928 from docker/926-ignored_dockerfiles | Joffrey F | 2016-02-09 | 2 | -6/+24 |
|\ | | | | | Never exclude Dockerfile from the build context. | ||||
| * | Never exclude Dockerfile from the build context.926-ignored_dockerfiles | Joffrey F | 2016-02-09 | 2 | -6/+24 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #929 from docker/927-config-parsing | Joffrey F | 2016-02-09 | 2 | -4/+48 |
|\ \ | |/ |/| | Don't break when parsing unknown config keys | ||||
| * | Don't break when parsing unknown config keys927-config-parsing | Joffrey F | 2016-02-09 | 2 | -4/+48 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'keloyang-VolumeBind' | Joffrey F | 2016-02-08 | 1 | -2/+0 |
|\ | |||||
| * | Merge branch 'VolumeBind' of https://github.com/keloyang/docker-py into ↵ | Joffrey F | 2016-02-08 | 1 | -2/+0 |
| |\ |/ / | | | | | keloyang-VolumeBind | ||||
| * | create tempfile in VolumeBindTest for non-auto-creating of docker | yangshukui | 2016-02-04 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: yangshukui <yangshukui@huawei.com> | ||||
* | | Merge pull request #920 from docker/ssl_version_simpler | Joffrey F | 2016-02-05 | 3 | -17/+18 |
|\ \ | | | | | | | Remove obsolete SSL version computation | ||||
| * | | Remove obsolete SSL version computationssl_version_simpler | Joffrey F | 2016-02-03 | 3 | -17/+18 |
| |/ | | | | | | | | | | | | | | | Recent versions of urllib3 (including the one packaged by requests) will automatically reject SSLv2/3. Additional test to check urllib3's behavior (mostly for release/packaging) Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #924 from mikedougherty/tls-verify-false | Joffrey F | 2016-02-04 | 3 | -33/+91 |
|\ \ | | | | | | | Re-write kwargs_from_env to handle TLS options better | ||||
| * | | Re-write kwargs_from_env to handle TLS options better | Mike Dougherty | 2016-02-04 | 3 | -33/+91 |
|/ / | | | | | | | | | | | | | | | This more closely matches the way the docker client interprets the relevant environment variables. Among other things, it's now possible to set DOCKER_TLS_VERIFY=false. Signed-off-by: Mike Dougherty <mike.dougherty@docker.com> | ||||
* | | Merge pull request #923 from nubs/master | Joffrey F | 2016-02-04 | 3 | -1/+17 |
|\ \ | | | | | | | Add support for shm_size. | ||||
| * | | Add support for shm_size. | Spencer Rinehart | 2016-02-04 | 3 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | --shm-size was added to Docker in 1.10 via docker/docker#16168. See docker/compose#2823 for more details. Signed-off-by: Spencer Rinehart <anubis@overthemonkey.com> | ||||
* | | | Back to dev version | Joffrey F | 2016-02-04 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #922 from docker/release-1.7.01.7.0 | Joffrey F | 2016-02-04 | 2 | -1/+34 |
|\ \ | |/ |/| | Release 1.7.0 | ||||
| * | Bump to stable versionrelease-1.7.0 | Joffrey F | 2016-02-04 | 2 | -1/+34 |
|/ | | | | | | Update ChangeLog Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #915 from docker/914_hostconfig_start | Joffrey F | 2016-02-01 | 1 | -1/+1 |
|\ | | | | | Update outdated error message | ||||
| * | Update outdated error message914_hostconfig_start | Joffrey F | 2016-01-29 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #912 from docker/495_port_bindings_advanced_doc | Aanand Prasad | 2016-01-29 | 1 | -0/+17 |
|\ | | | | | Advanced documentation for port bindings | ||||
| * | Advanced documentation for port bindings495_port_bindings_advanced_doc | Joffrey F | 2016-01-28 | 1 | -0/+17 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #911 from docker/894-docker_host_env | Daniel Nephin | 2016-01-29 | 3 | -6/+11 |
|\ \ | |/ |/| | Support unspecified protocol in base_url when using TLS |