Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for extra_hosts option in build | Joffrey F | 2017-10-25 | 2 | -1/+18 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for mounts in HostConfig | Joffrey F | 2017-10-24 | 3 | -1/+15 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for new types and options to docker.types.Mount | Joffrey F | 2017-10-24 | 1 | -14/+41 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix simple documentation copy/paste error. | Jan Losinski | 2017-10-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> | ||||
* | Adding swarm id_attribute to match docker output | Steve Clark | 2017-09-21 | 1 | -0/+2 |
| | | | | | Swarm id is returned in a attribute with the key ID. The swarm model was using the default behaviour and looking for Id. Signed-off-by: Steve Clark <steve@cobe.io> | ||||
* | Fix docs, incorrect param name | brett55 | 2017-09-21 | 1 | -1/+1 |
| | | | | Signed-off-by: brett55 <bjcull2@gmail.com> | ||||
* | Do not interrupt streaming when encountering 0-length frames | Joffrey F | 2017-08-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix prune_images docstring | Joffrey F | 2017-08-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Always send attach request as streaming | Joffrey F | 2017-08-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Commit d798afca made changes for the handling of '**' patterns in | Veli-Matti Lintu | 2017-08-21 | 1 | -1/+1 |
| | | | | | | | | .dockerignore. This causes an IndexError with patterns ending with '**', e.g. 'subdir/**'. This adds a missing boundary check before checking for trailing '/'. Signed-off-by: Veli-Matti Lintu <veli-matti.lintu@nosto.com> | ||||
* | Bump 2.6.0-dev | Joffrey F | 2017-08-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump 2.5.02.5.0 | Joffrey F | 2017-08-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update default API version | Joffrey F | 2017-08-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix handling of non-multiplexed (TTY) streams over upgraded sockets | Joffrey F | 2017-08-17 | 4 | -9/+40 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for the `squash` flag when building | Gabriel Féron | 2017-08-17 | 1 | -1/+12 |
| | | | | | | 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> | ||||
* | Use better version comparison function | Joffrey F | 2017-08-17 | 1 | -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 Steines | 2017-08-17 | 1 | -2/+8 |
| | | | | | | both are set. Continue raising an exception for api versions <1.25. Signed-off-by: David Steines <d.steines@gmail.com> | ||||
* | Use collection's get method inside ImageCollection's list method | adrianliaw | 2017-08-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Adrian Liaw <adrianliaw2000@gmail.com> | ||||
* | Handle untyped ContainerSpec dict in _check_api_features | Joffrey F | 2017-08-17 | 1 | -1/+1 |
| | | | | 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-17 | 2 | -3/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Leading slash in .dockerignore should be ignored | Joffrey F | 2017-08-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Return generator for output of load_image endpoint | Joffrey F | 2017-08-17 | 2 | -3/+29 |
| | | | | 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-17 | 1 | -2/+2 |
| | | | | | | Those calls return result that can be used by the developers. Signed-off-by: Cecile Tonglet <cecile.tonglet@gmail.com> | ||||
* | Improve ContainerError message compute | Joffrey F | 2017-08-17 | 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-17 | 2 | -3/+23 |
| | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com> | ||||
* | Fix domainname documentation in create_container function | Erik Johnson | 2017-08-17 | 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> | ||||
* | Generating regexp from .dockerignore file in a similar way as docker-ce. | Jakub Goszczurny | 2017-08-17 | 1 | -8/+19 |
| | | | | Signed-off-by: Jakub Goszczurny <szczurmys@o2.pl> | ||||
* | client.networks.create check_duplicates docs not reflective of behavior | Dima Spivak | 2017-08-17 | 1 | -1/+1 |
| | | | | | | Fixes #1693 Signed-off-by: Dima Spivak <dima@spivak.ch> | ||||
* | Fix #1673 check resource error in container network API | Matthew Berry | 2017-08-17 | 1 | -2/+2 |
| | | | | | | | | 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 version | Joffrey F | 2017-08-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump 2.4.22.4.2-release | Joffrey F | 2017-06-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Compose 1.14.0 hack | Joffrey F | 2017-06-28 | 1 | -0/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump 2.4.12.4.1-release | Joffrey F | 2017-06-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | split_port should not break when passed a non-string argument | Joffrey F | 2017-06-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump 2.4.02.4.0-release | Joffrey F | 2017-06-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1661 from shin-/1622-service-tty | Joffrey F | 2017-06-22 | 3 | -1/+12 |
|\ | | | | | Add support for ContainerSpec.TTY | ||||
| * | Add support for ContainerSpec.TTY | Joffrey F | 2017-06-21 | 3 | -1/+12 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1662 from docker/1633-credhelpers-support | Joffrey F | 2017-06-22 | 1 | -7/+23 |
|\ \ | | | | | | | Support credHelpers section in config.json | ||||
| * | | Support credHelpers section in config.json1633-credhelpers-support | Joffrey F | 2017-06-22 | 1 | -7/+23 |
| |/ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | 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> | ||||
* | | Add network_mode support to Client.build1397-build-network | Joffrey F | 2017-06-19 | 2 | -10/+23 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1626 from datwiz/images-build-error-1625 | Joffrey F | 2017-06-19 | 1 | -3/+4 |
|\ | | | | | fix #1625 where ImageCollection.build() could return with incorrect image id | ||||
| * | 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 | 4 | -5/+26 |
|\ \ | | | | | | | Add support for start_period in Healthcheck spec | ||||
| * | | Add support for start_period in Healthcheck spechealthcheck-start-period | Joffrey F | 2017-06-16 | 4 | -5/+26 |
| | | | | | | | | | | | | 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 | 2 | -1/+14 |
|\ \ \ | | | | | | | | | Add support for ingress in create_network |