Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unlock_swarm and get_unlock_key to APIClient | Joffrey F | 2017-11-07 | 1 | -1/+49 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Style fixes. Copied docs to APIClient as well | Joffrey F | 2017-11-06 | 1 | -1/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for insert_defaults in inspect_service | Joffrey F | 2017-11-06 | 1 | -3/+13 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update SwarmSpec to include new parameters | Joffrey F | 2017-11-03 | 1 | -7/+22 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for scope filter in inspect_network | Joffrey F | 2017-11-02 | 1 | -1/+16 |
| | | | | | | Fix missing scope implementation in create_network Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Doc fixes | Joffrey F | 2017-11-01 | 2 | -6/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for secret driver in create_secret | Joffrey F | 2017-11-01 | 1 | -1/+12 |
| | | | | 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 | 2 | -0/+93 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for new ContainerSpec parameters | Joffrey F | 2017-10-26 | 2 | -28/+44 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix indentation in docstring | Erik Johnson | 2017-10-26 | 1 | -1/+1 |
| | | | | | | | The incorrect indentation causes improper formatting when the docs are published. Signed-off-by: Erik Johnson <palehose@gmail.com> | ||||
* | Add support for extra_hosts option in build | Joffrey F | 2017-10-25 | 1 | -1/+14 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for mounts in HostConfig | Joffrey F | 2017-10-24 | 1 | -0/+4 |
| | | | | 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> | ||||
* | 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> | ||||
* | Fix handling of non-multiplexed (TTY) streams over upgraded sockets | Joffrey F | 2017-08-17 | 3 | -8/+20 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for the `squash` flag when building | Gabriel Féron | 2017-08-15 | 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> | ||||
* | Handle untyped ContainerSpec dict in _check_api_features | Joffrey F | 2017-08-15 | 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-15 | 1 | -1/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Return generator for output of load_image endpoint | Joffrey F | 2017-08-15 | 1 | -3/+26 |
| | | | | 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 | 1 | -2/+2 |
| | | | | | | Those calls return result that can be used by the developers. Signed-off-by: Cecile Tonglet <cecile.tonglet@gmail.com> | ||||
* | 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> | ||||
* | 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> | ||||
* | Fix #1673 check resource error in container network API | Matthew Berry | 2017-07-14 | 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> | ||||
* | Merge pull request #1661 from shin-/1622-service-tty | Joffrey F | 2017-06-22 | 1 | -0/+5 |
|\ | | | | | Add support for ContainerSpec.TTY | ||||
| * | Add support for ContainerSpec.TTY | Joffrey F | 2017-06-21 | 1 | -0/+5 |
| | | | | | | | | 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 | 1 | -0/+6 |
|\ \ | |/ |/| | Add attributes for pickling | ||||
| * | Add attributes for pickling | An Ha | 2017-06-20 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | 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 | 1 | -6/+16 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1620 from docker/healthcheck-start-period | Joffrey F | 2017-06-19 | 1 | -0/+2 |
|\ | | | | | Add support for start_period in Healthcheck spec | ||||
| * | 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 #1649 from shin-/1639-exec-id-check-resource | Joffrey F | 2017-06-19 | 9 | -48/+50 |
|\ \ | |/ |/| | 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 | 9 | -48/+50 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1617 from docker/create-ingress-network | Joffrey F | 2017-06-16 | 1 | -1/+12 |
|\ \ | | | | | | | Add support for ingress in create_network | ||||
| * | | Add support for ingress in create_networkcreate-ingress-network | Joffrey F | 2017-05-17 | 1 | -1/+12 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Merge pull request #1631 from madhuri-rai07/master | Joffrey F | 2017-06-16 | 1 | -2/+4 |
|\ \ \ | | | | | | | | | Add support for ``runtime`` config | ||||
| * | | | Fix test cases for ``runtime`` config | Madhuri Kumari | 2017-06-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | 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 | -2/+4 |
| | |/ | |/| | |||||
* | | | Raising error in case of invalid value of since kwarg on Container.logs | Chris Mark | 2017-06-16 | 1 | -0/+5 |
|/ / | | | | | | | Signed-off-by: Chris Mark <chrismarkou92@gmail.com> | ||||
* | | Merge pull request #1615 from docker/service-placement | Joffrey F | 2017-05-17 | 1 | -28/+41 |
|\ \ | |/ |/| | Add support for placement preferences and platforms in TaskTemplate | ||||
| * | Add support for placement preferences and platforms in TaskTemplateservice-placement | Joffrey F | 2017-05-17 | 1 | -28/+41 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Add `target` argument to image building | Yong Wen Chua | 2017-05-16 | 1 | -1/+11 |
|/ | | | | | | | | | | 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> | ||||
* | Modernize exec_api.py | Joffrey F | 2017-05-02 | 1 | -5/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'add-env-support-to-exec' of ↵ | Joffrey F | 2017-05-02 | 1 | -2/+14 |
|\ | | | | | | | | | | | 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/+14 |
| | | | | | | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | | Merge pull request #1583 from delcypher/cpuset_fixes | Joffrey F | 2017-05-02 | 1 | -0/+2 |
|\ \ | | | | | | | CPUset* parameter fixes | ||||
| * | | Add missing support for `CpusetMems` parameter to HostConfig. | Dan Liew | 2017-05-01 | 1 | -0/+2 |
| |/ | | | | | | | Signed-off-by: Dan Liew <daniel.liew@imperial.ac.uk> | ||||
* | | Merge pull request #1586 from terminalmage/refresh_credentials | Joffrey F | 2017-05-02 | 1 | -0/+14 |
|\ \ | | | | | | | Add function to refresh credentials from config.json |