Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle untyped ContainerSpec dict in _check_api_features1686-check-api-features | Joffrey F | 2017-08-15 | 2 | -1/+18 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Daemon expects full URL of hub in auth config dict in build payload | Joffrey F | 2017-08-15 | 2 | -3/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Upgrade tox and virtualenv in appveyor to make sure we have the latest pip. | Ying | 2017-08-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Ying <ying.li@docker.com> | ||||
* | If we're pinning exact versions of things for requirements.txt, pin | cyli | 2017-08-15 | 2 | -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 ↵ | cyli | 2017-08-15 | 3 | -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 ignored | Joffrey F | 2017-08-15 | 2 | -0/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Return generator for output of load_image endpoint | Joffrey F | 2017-08-15 | 5 | -6/+58 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Return the result of the API when using remove_image and load_image | Cecile Tonglet | 2017-08-15 | 2 | -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 F | 2017-08-07 | 5 | -4/+77 |
|\ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Improve ContainerError message compute | Joffrey F | 2017-08-07 | 1 | -6/+3 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | client.containers.run returns None if none of json-file or journald logging ↵ | Artem Bolshakov | 2017-08-07 | 5 | -4/+80 |
|/ | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com> | ||||
* | Added wait to the Container class documentation. | Andreas Backx | 2017-08-07 | 1 | -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 function | Erik Johnson | 2017-08-07 | 1 | -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 travis | Joffrey F | 2017-08-01 | 1 | -1/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Generating regexp from .dockerignore file in a similar way as docker-ce. | Jakub Goszczurny | 2017-08-01 | 2 | -8/+44 |
| | | | | Signed-off-by: Jakub Goszczurny <szczurmys@o2.pl> | ||||
* | client.networks.create check_duplicates docs not reflective of behavior | Dima Spivak | 2017-07-31 | 1 | -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 Jackson | 2017-07-18 | 1 | -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 API | Matthew Berry | 2017-07-14 | 2 | -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> | ||||
* | Merge pull request #1664 from docker/jfile-17.06-rc | Joffrey F | 2017-07-03 | 1 | -3/+3 |
|\ | | | | | Shift test matrix forward | ||||
| * | Shift test matrix forwardjfile-17.06-rc | Joffrey F | 2017-06-27 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1671 from shin-/1668-split-port-2 | Joffrey F | 2017-06-28 | 1 | -0/+5 |
|\ \ | | | | | | | Compose 1.14.0 hack - split_port fix | ||||
| * | | Compose 1.14.0 hack | Joffrey F | 2017-06-28 | 1 | -0/+5 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1669 from shin-/1668-split-port | Joffrey F | 2017-06-28 | 2 | -0/+4 |
|\ \ | | | | | | | split_port should not break when passed a non-string argument | ||||
| * | | split_port should not break when passed a non-string argument | Joffrey F | 2017-06-28 | 2 | -0/+4 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1667 from docker/bump-2.5.0-dev | Joffrey F | 2017-06-27 | 3 | -1/+40 |
|\ \ | |/ |/| | Bump 2.5.0 dev | ||||
| * | dev version | Joffrey F | 2017-06-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Merge pull request #1665 from docker/2.4.0-release2.4.0 | Joffrey F | 2017-06-27 | 41 | -214/+629 |
| |\ | | | | | | | 2.4.0 release | ||||
| | * | Bump 2.4.02.4.0-release | Joffrey F | 2017-06-22 | 3 | -1/+40 |
| |/ |/| | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1661 from shin-/1622-service-tty | Joffrey F | 2017-06-22 | 4 | -1/+29 |
|\ \ | | | | | | | Add support for ContainerSpec.TTY | ||||
| * | | Add support for ContainerSpec.TTY | Joffrey F | 2017-06-21 | 4 | -1/+29 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Merge pull request #1662 from docker/1633-credhelpers-support | Joffrey F | 2017-06-22 | 2 | -7/+74 |
|\ \ \ | | | | | | | | | Support credHelpers section in config.json | ||||
| * | | | Support credHelpers section in config.json1633-credhelpers-support | Joffrey F | 2017-06-22 | 2 | -7/+74 |
| |/ / | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Merge pull request #1663 from ↵ | Joffrey F | 2017-06-22 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | shin-/qazbnm456-correct_description_of_dns_opt_of_create_container Correct the description of dns_opt option of create_container | ||||
| * | | | Correct the description of dns_opt option of create_container | Boik | 2017-06-22 | 1 | -2/+2 |
|/ / / | | | | | | | | | | Signed-off-by: Boik <qazbnm456@gmail.com> | ||||
* | | | Merge pull request #1640 from zero57/add_attrs_for_pickling | Joffrey F | 2017-06-22 | 4 | -0/+20 |
|\ \ \ | |/ / |/| | | Add attributes for pickling | ||||
| * | | Add attributes for pickling | An Ha | 2017-06-20 | 4 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | When using the multiprocessing module, it throws an AttributeError, complaining that the object does not have the attribute used. This adds the missing attributes and allows them to be pickled. Signed-off-by: An Ha <zero579911@gmail.com> | ||||
* | | | Merge pull request #1658 from docker/1397-build-network | Joffrey F | 2017-06-20 | 3 | -10/+56 |
|\ \ \ | | | | | | | | | Add network_mode support to Client.build | ||||
| * | | | Add network_mode support to Client.build1397-build-network | Joffrey F | 2017-06-19 | 3 | -10/+56 |
| |/ / | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Merge pull request #1659 from docker/moby33735 | Joffrey F | 2017-06-20 | 1 | -1/+3 |
|\ \ \ | |/ / |/| | | Make sure data is written in prune test so space can be reclaimed | ||||
| * | | Make sure data is written in prune test so space can be reclaimedmoby33735 | Joffrey F | 2017-06-20 | 1 | -1/+3 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1626 from datwiz/images-build-error-1625 | Joffrey F | 2017-06-19 | 2 | -3/+15 |
|\ \ | | | | | | | fix #1625 where ImageCollection.build() could return with incorrect image id | ||||
| * | | new integration task linting for #1625 | Chris Ottinger | 2017-05-27 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Chris Ottinger <chris.ottinger@team.telstra.com> | ||||
| * | | added integration test for #1625 for ImageCollection.build() that verfies ↵ | Chris Ottinger | 2017-05-27 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | that the build method uses the last success message for extracting the image id Signed-off-by: Chris Ottinger <chris.ottinger@team.telstra.com> | ||||
| * | | fix #1625 where ImageCollection.build() could return early with incorrect ↵ | Chris Ottinger | 2017-05-27 | 1 | -3/+4 |
| | | | | | | | | | | | | image_id depending on docer build output Signed-off-by: Chris Ottinger <chris.ottinger@team.telstra.com> | ||||
* | | | Merge pull request #1620 from docker/healthcheck-start-period | Joffrey F | 2017-06-19 | 5 | -9/+47 |
|\ \ \ | | | | | | | | | Add support for start_period in Healthcheck spec | ||||
| * | | | Add support for start_period in Healthcheck spechealthcheck-start-period | Joffrey F | 2017-06-16 | 5 | -9/+47 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | | Merge pull request #1649 from shin-/1639-exec-id-check-resource | Joffrey F | 2017-06-19 | 11 | -65/+66 |
|\ \ \ \ | |/ / / |/| | | | Update check_resource decorator to account for new resource names | ||||
| * | | | Update check_resource decorator to account for new resource names | Joffrey F | 2017-06-15 | 11 | -65/+66 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | | Merge pull request #1617 from docker/create-ingress-network | Joffrey F | 2017-06-16 | 3 | -1/+22 |
|\ \ \ \ | | | | | | | | | | | Add support for ingress in create_network | ||||
| * | | | | Add support for ingress in create_networkcreate-ingress-network | Joffrey F | 2017-05-17 | 3 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> |