Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If tcp host is provided while TLS is enabled, convert to httpstcp-to-https-parsehost | Joffrey F | 2016-03-17 | 2 | -3/+9 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #995 from docker/default-version-1.22 | Joffrey F | 2016-03-16 | 3 | -27/+35 |
|\ | | | | | Update default API version to 1.22 | ||||
| * | Update default API version to 1.22default-version-1.22 | Joffrey F | 2016-03-16 | 3 | -27/+35 |
| | | | | | | | | | | | | | | | | Update engine version used for integration tests IP address configuration tests needed tweaking Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #994 from aanand/janLo-tmpfs-support | Daniel Nephin | 2016-03-16 | 6 | -1/+145 |
|\ \ | |/ |/| | tmpfs support | ||||
| * | Add tmpfs doc to mkdocs.yml | Aanand Prasad | 2016-03-16 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | Don't support tmpfs in API version < 1.22 | Aanand Prasad | 2016-03-16 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | Add tmpfs integration test | Aanand Prasad | 2016-03-16 | 1 | -0/+16 |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | Reword tmpfs documentation | Aanand Prasad | 2016-03-16 | 1 | -12/+13 |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | Clarify error messages when bad values are passed in for tmpfs | Aanand Prasad | 2016-03-16 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | Add documentation for the Tmpfs Hostconfig option. | Jan Losinski | 2016-03-16 | 2 | -0/+34 |
| | | | | | | | | Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> | ||||
| * | Add unittest for the Tmpfs Hostconfig option | Jan Losinski | 2016-03-16 | 1 | -0/+56 |
| | | | | | | | | Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> | ||||
| * | Add support for Tmpfs declaration in Hostconfig. | Jan Losinski | 2016-03-16 | 1 | -1/+31 |
|/ | | | | | | | This adds support for the Tmpfs option introduced in Docker 1.10. See: https://github.com/docker/docker/pull/13587 Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> | ||||
* | Merge pull request #988 from docker/tls-fixes | Joffrey F | 2016-03-15 | 2 | -17/+5 |
|\ | | | | | Fix enable_tls issue | ||||
| * | Merge branch 'master' into tls-fixestls-fixes | Joffrey F | 2016-03-15 | 1 | -6/+5 |
| |\ | |/ |/| | |||||
* | | Merge pull request #990 from docker/docker-21153 | Joffrey F | 2016-03-14 | 1 | -6/+5 |
|\ \ | | | | | | | Invalid log driver error raised during create_container step | ||||
| * | | Invalid log driver error raised during create_container stepdocker-21153 | Joffrey F | 2016-03-14 | 1 | -6/+5 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Fix enable_tls issue #984 | Joffrey F | 2016-03-11 | 2 | -17/+5 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'mdaue-935' | Joffrey F | 2016-03-09 | 2 | -0/+66 |
|\ | |||||
| * | Merge branch '935' of https://github.com/mdaue/docker-py into mdaue-935 | Joffrey F | 2016-03-09 | 2 | -0/+66 |
| |\ |/ / | |||||
| * | Add ip4&ip6 (#935) support, network/id/connect | Matt Daue | 2016-03-02 | 2 | -0/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matt Daue <mattdaue@gmail.com> - Implement check to validate API ver is >= 1.22 for new feature - Includes patch @elchris82: Changed network in data dict to IPAMConfig as needed from the API. See https://github.com/docker/docker/issues/20732 - Update unit test for container attach to net - Update integration tests - Add integration test for IP setting Signed-off-by: Matt Daue <mattdaue@gmail.com> | ||||
* | | Merge pull request #977 from TomasTomecek/put-test-data-to-dist | Joffrey F | 2016-03-08 | 1 | -0/+1 |
|\ \ | | | | | | | include unit test data in dist tarball | ||||
| * | | include unit test data in dist tarball | Tomas Tomecek | 2016-03-08 | 1 | -0/+1 |
|/ / | | | | | | | | | | | Fixes #976 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | | Merge pull request #971 from docker/963-tlsv1-default | Joffrey F | 2016-03-03 | 1 | -1/+6 |
|\ \ | |/ |/| | Use protocol TLS v1.0 by default when none is set. | ||||
| * | 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 |