summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix #1673 check resource error in container network APIMatthew Berry2017-07-142-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-rcJoffrey F2017-07-031-3/+3
| |\ | | | | | | Shift test matrix forward
| | * Shift test matrix forwardjfile-17.06-rcJoffrey F2017-06-271-3/+3
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Merge pull request #1671 from shin-/1668-split-port-2Joffrey F2017-06-281-0/+5
| |\ \ | | | | | | | | Compose 1.14.0 hack - split_port fix
| | * | Compose 1.14.0 hackJoffrey F2017-06-281-0/+5
| |/ / | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Merge pull request #1669 from shin-/1668-split-portJoffrey F2017-06-282-0/+4
| |\ \ | | | | | | | | split_port should not break when passed a non-string argument
| | * | split_port should not break when passed a non-string argumentJoffrey F2017-06-282-0/+4
| |/ / | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Merge pull request #1667 from docker/bump-2.5.0-devJoffrey F2017-06-273-1/+40
| |\ \ | | |/ | |/| Bump 2.5.0 dev
| | * dev versionJoffrey F2017-06-271-1/+1
| |/ |/| | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #1665 from docker/2.4.0-release2.4.0Joffrey F2017-06-2741-214/+629
|\ \ | | | | | | 2.4.0 release
| * | Bump 2.4.02.4.0-releaseJoffrey F2017-06-223-1/+40
| |/ | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Merge pull request #1661 from shin-/1622-service-ttyJoffrey F2017-06-224-1/+29
| |\ | | | | | | Add support for ContainerSpec.TTY
| | * Add support for ContainerSpec.TTYJoffrey F2017-06-214-1/+29
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Merge pull request #1662 from docker/1633-credhelpers-supportJoffrey F2017-06-222-7/+74
| |\ \ | | | | | | | | Support credHelpers section in config.json
| | * | Support credHelpers section in config.json1633-credhelpers-supportJoffrey F2017-06-222-7/+74
| | |/ | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Merge pull request #1663 from ↵Joffrey F2017-06-221-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_containerBoik2017-06-221-2/+2
| |/ / | | | | | | | | | Signed-off-by: Boik <qazbnm456@gmail.com>
| * | Merge pull request #1640 from zero57/add_attrs_for_picklingJoffrey F2017-06-224-0/+20
| |\ \ | | |/ | |/| Add attributes for pickling
| | * Add attributes for picklingAn Ha2017-06-204-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-networkJoffrey F2017-06-203-10/+56
| |\ \ | | | | | | | | Add network_mode support to Client.build
| | * | Add network_mode support to Client.build1397-build-networkJoffrey F2017-06-193-10/+56
| | |/ | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Merge pull request #1659 from docker/moby33735Joffrey F2017-06-201-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 reclaimedmoby33735Joffrey F2017-06-201-1/+3
| |/ | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Merge pull request #1626 from datwiz/images-build-error-1625Joffrey F2017-06-192-3/+15
| |\ | | | | | | fix #1625 where ImageCollection.build() could return with incorrect image id
| | * new integration task linting for #1625Chris Ottinger2017-05-271-2/+2
| | | | | | | | | | | | Signed-off-by: Chris Ottinger <chris.ottinger@team.telstra.com>
| | * added integration test for #1625 for ImageCollection.build() that verfies ↵Chris Ottinger2017-05-271-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 Ottinger2017-05-271-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-periodJoffrey F2017-06-195-9/+47
| |\ \ | | | | | | | | Add support for start_period in Healthcheck spec
| | * | Add support for start_period in Healthcheck spechealthcheck-start-periodJoffrey F2017-06-165-9/+47
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Merge pull request #1649 from shin-/1639-exec-id-check-resourceJoffrey F2017-06-1911-65/+66
| |\ \ \ | | |/ / | |/| | Update check_resource decorator to account for new resource names
| | * | Update check_resource decorator to account for new resource namesJoffrey F2017-06-1511-65/+66
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Merge pull request #1617 from docker/create-ingress-networkJoffrey F2017-06-163-1/+22
| |\ \ \ | | | | | | | | | | Add support for ingress in create_network
| | * | | Add support for ingress in create_networkcreate-ingress-networkJoffrey F2017-05-173-1/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Merge pull request #1629 from shin-/1610-docfixJoffrey F2017-06-161-3/+0
| |\ \ \ \ | | | | | | | | | | | | Fix misleading build method docs
| | * | | | Fix misleading build method docsJoffrey F2017-05-301-3/+0
| | | |_|/ | | |/| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Merge pull request #1631 from madhuri-rai07/masterJoffrey F2017-06-164-5/+24
| |\ \ \ \ | | | | | | | | | | | | Add support for ``runtime`` config
| | * | | | Fix test cases for ``runtime`` configMadhuri Kumari2017-06-075-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Madhuri Kumari <madhuri.kumari@intel.com>
| | * | | | Add support for ``runtime`` in container create and run APIMadhuri Kumari2017-06-015-5/+24
| | |/ / /
| * | | | Merge pull request #1632 from kaiyou/masterJoffrey F2017-06-162-67/+46
| |\ \ \ \ | | | | | | | | | | | | allow ipv6 :: notation in split_port (using re)
| | * | | | Add a specific unit test for splitting port with IPv6kaiyou2017-06-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test was copied from https://github.com/greybyte/docker-py/commit/ccec87ca2c2aacfcfe3b38c5bc7d59dd73551c51 Signed-off-by: kaiyou <pierre@jaury.eu>
| | * | | | Rewrite the split_port function using rekaiyou2017-06-051-67/+40
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the case of a defined format with specific parts, a regular expression with named capturing bits make reasoning about the parts simpler than imlementing a parser from scratch. Signed-off-by: kaiyou <pierre@jaury.eu>
| * | | | Merge pull request #1648 from ChrsMark/masterJoffrey F2017-06-162-0/+12
| |\ \ \ \ | | | | | | | | | | | | Raising error in case of invalid value of since kwarg on Container.logs
| | * | | | Raising error in case of invalid value of since kwarg on Container.logsChris Mark2017-06-162-0/+12
| | | |_|/ | | |/| | | | | | | | | | | | Signed-off-by: Chris Mark <chrismarkou92@gmail.com>
| * | | | Merge pull request #1653 from osallou/masterJoffrey F2017-06-162-2/+3
| |\ \ \ \ | | |/ / / | |/| | | Closes #1588, image.tag does not return anything
| | * | | Closes #1588, image.tag does not return anythingOlivier Sallou2017-06-162-2/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | This patch returns the check made against api when tagging an image as stated in documentation Signed-off-by: Olivier Sallou <olivier.sallou@irisa.fr>
| * | | Merge pull request #1647 from docker/1642-dockerclient-secretsJoffrey F2017-06-151-0/+1
| |\ \ \ | | | | | | | | | | DockerClient.secrets should be a @property
| | * | | DockerClient.secrets should be a @property1642-dockerclient-secretsJoffrey F2017-06-141-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Merge pull request #1634 from grahamlyons/readtimeout_calling_container_stopJoffrey F2017-06-142-1/+15
| |\ \ \ \ | | |/ / / | |/| | | Ensure default timeout is used by API Client
| | * | | Move default `timeout` into `from_env`grahamlyons2017-06-092-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We'd like to be able to pass `None` as a value for `timeout` because it has meaning to the `requests` library (http://docs.python-requests.org/en/master/user/advanced/#timeouts) Signed-off-by: grahamlyons <graham@grahamlyons.com>
| | * | | Ensure default timeout is used by API Clientgrahamlyons2017-06-082-3/+19
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `from_env` method on the `docker` module passed `None` as the value for the `timeout` keyword argument which overrode the default value in the initialiser, taken from `constants` module. This sets the default in the initialiser to `None` and adds logic to set that, in the same way that `version` is handled. Signed-off-by: grahamlyons <graham@grahamlyons.com>