Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style fixes. Copied docs to APIClient as well | Joffrey F | 2017-11-06 | 1 | -3/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | explain the socket parameter of exec_run | Martin Monperrus | 2017-11-06 | 1 | -3/+5 |
| | | | | Signed-off-by: Martin Monperrus <martin.monperrus@gnieh.org> | ||||
* | Add support for insert_defaults in inspect_service | Joffrey F | 2017-11-06 | 1 | -2/+9 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update SwarmSpec to include new parameters | Joffrey F | 2017-11-03 | 1 | -3/+14 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for scope filter in inspect_network | Joffrey F | 2017-11-02 | 1 | -3/+11 |
| | | | | | | Fix missing scope implementation in create_network Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve docs for service list filters | Alessandro Baldo | 2017-11-01 | 1 | -1/+2 |
| | | | | | | | | - add "label" and "mode" to the list of available filter keys in the high-level service API - add "label" and "mode" to the list of available filter keys in the low-level service API - add integration tests Signed-off-by: Alessandro Baldo <git@baldoalessandro.net> | ||||
* | Add support for configs management | Joffrey F | 2017-10-26 | 1 | -0/+69 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for new ContainerSpec parameters | Joffrey F | 2017-10-26 | 1 | -6/+31 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for extra_hosts option in build | Joffrey F | 2017-10-25 | 1 | -0/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for mounts in HostConfig | Joffrey F | 2017-10-24 | 1 | -0/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | 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> | ||||
* | Merge branch 'master' of github.com:docker/docker-py | Joffrey F | 2017-08-15 | 1 | -1/+1 |
|\ | |||||
| * | Use collection's get method inside ImageCollection's list method | adrianliaw | 2017-08-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Adrian Liaw <adrianliaw2000@gmail.com> | ||||
* | | Use better version comparison function | Joffrey F | 2017-08-15 | 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-15 | 1 | -2/+8 |
|/ | | | | | | both are set. Continue raising an exception for api versions <1.25. Signed-off-by: David Steines <d.steines@gmail.com> | ||||
* | Return generator for output of load_image endpoint | Joffrey F | 2017-08-15 | 1 | -0/+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 | 1 | -1/+15 |
| | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com> | ||||
* | Add support for ContainerSpec.TTY | Joffrey F | 2017-06-21 | 1 | -0/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add network_mode support to Client.build1397-build-network | Joffrey F | 2017-06-19 | 1 | -4/+7 |
| | | | | 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> | ||||
* | | Add support for start_period in Healthcheck spechealthcheck-start-period | Joffrey F | 2017-06-16 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1617 from docker/create-ingress-network | Joffrey F | 2017-06-16 | 1 | -0/+2 |
|\ \ | | | | | | | Add support for ingress in create_network | ||||
| * | | Add support for ingress in create_networkcreate-ingress-network | Joffrey F | 2017-05-17 | 1 | -0/+2 |
| |/ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1629 from shin-/1610-docfix | Joffrey F | 2017-06-16 | 1 | -3/+0 |
|\ \ | | | | | | | Fix misleading build method docs | ||||
| * | | Fix misleading build method docs | Joffrey F | 2017-05-30 | 1 | -3/+0 |
| |/ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1631 from madhuri-rai07/master | Joffrey F | 2017-06-16 | 1 | -0/+2 |
|\ \ | | | | | | | Add support for ``runtime`` config | ||||
| * | | Fix test cases for ``runtime`` config | Madhuri Kumari | 2017-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Madhuri Kumari <madhuri.kumari@intel.com> | ||||
| * | | Add support for ``runtime`` in container create and run API | Madhuri Kumari | 2017-06-01 | 1 | -0/+2 |
| |/ | |||||
* | | Closes #1588, image.tag does not return anything | Olivier Sallou | 2017-06-16 | 1 | -1/+1 |
|/ | | | | | | 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> | ||||
* | Add `target` argument to image building | Yong Wen Chua | 2017-05-16 | 1 | -0/+2 |
| | | | | | | | | | | This is related to the multi-stage image building that was introduced in 17.05 (API 1.29). This allows a user to specify the stage of a multi-stage Dockerfile to build for, rather than the final stage. Signed-off-by: Yong Wen Chua <me@yongwen.xyz> | ||||
* | Fix docstring of ImageCollection.get | Yusuke Miyazaki | 2017-05-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Yusuke Miyazaki <miyazaki.dev@gmail.com> | ||||
* | Replace erroneous networks argument in containers.run with singular1433-run-networks | Joffrey F | 2017-05-12 | 2 | -9/+18 |
| | | | | | | | | network equivalent. Small docfixes Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Include tag in images.get after pulling if provided separately1585-pull-tag | Joffrey F | 2017-05-09 | 1 | -3/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve build result detection | Joffrey F | 2017-05-05 | 1 | -4/+7 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch '1577-multi-success-message' of ↵ | Joffrey F | 2017-05-05 | 1 | -12/+12 |
|\ | | | | | | | https://github.com/aaronthebaron/docker-py into aaronthebaron-1577-multi-success-message | ||||
| * | Better error handling, itterate on json stream directly. | Aaron Cowdin | 2017-05-03 | 1 | -8/+7 |
| | | | | | | | | Signed-off-by: Aaron Cowdin <aaron.cowdin@gmail.com> | ||||
| * | Handle multiple success messages during image building. | Aaron Cowdin | 2017-04-28 | 1 | -7/+8 |
| | | | | | | | | Signed-off-by: Aaron Cowdin <aaron.cowdin@gmail.com> | ||||
* | | Merge branch 'add-env-support-to-exec' of ↵ | Joffrey F | 2017-05-02 | 1 | -2/+5 |
|\ \ | | | | | | | | | | | | | | | | https://github.com/TomasTomecek/docker-py into TomasTomecek-add-env-support-to-exec Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | exec: add support for `Env` | Tomas Tomecek | 2017-04-29 | 1 | -2/+5 |
| | | | | | | | | | | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | | | Add missing support for `CpusetMems` parameter to HostConfig. | Dan Liew | 2017-05-01 | 1 | -0/+3 |
| |/ |/| | | | | | Signed-off-by: Dan Liew <daniel.liew@imperial.ac.uk> | ||||
* | | Merge pull request #1570 from AlexeyRokhin/master | Joffrey F | 2017-04-28 | 1 | -0/+7 |
|\ \ | |/ |/| | Add cpu_count, cpu_percent, nano_cpus parameters to container HostConfig. | ||||
| * | cpus renamed to nano_cpus. Type and scale of nano_cpus are changed. Comments ↵ | Alexey Rokhin | 2017-04-28 | 1 | -4/+5 |
| | | | | | | | | | | | | for new parameters are changed. Signed-off-by: Alexey Rokhin <arokhin@mail.ru> | ||||
| * | Add cpu_count, cpu_percent, cpus parameters to container HostConfig. | Alexey Rokhin | 2017-04-19 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Alexey Rokhin <arokhin@mail.ru> | ||||
* | | Merge pull request #1493 from funkyfuture/model_properties | Joffrey F | 2017-04-27 | 2 | -0/+26 |
|\ \ | | | | | | | Adds a few model properties | ||||
| * | | Adds an 'image' property to the container model | Frank Sachsenheim | 2017-04-15 | 1 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net> | ||||
| * | | Adds a 'labels' property to the image model | Frank Sachsenheim | 2017-04-15 | 1 | -0/+8 |
| | | | | | | | | | | | | Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net> | ||||
| * | | Adds a 'labels' property to the container model | Frank Sachsenheim | 2017-04-15 | 1 | -0/+8 |
| |/ | | | | | | | | | | | | | | | The Docker API seems to respond with a 'null' value for the 'Labels' attribute from containers that were created with older Docker versions. An empty dictionary is returned in this case. Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net> | ||||
* | | Formatting | Joffrey F | 2017-04-27 | 1 | -8/+6 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> |