Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | | Move reload_config func into the APIClient | Erik Johnson | 2017-05-02 | 2 | -16/+16 |
| | | | | | | | | | | | | | | | | | | Also revert an incorrect change in the DaemonApiMixin's login func Signed-off-by: Erik Johnson <palehose@gmail.com> | ||||
| * | | Add a reload_config function to the DaemonApiMixin | Erik Johnson | 2017-05-02 | 1 | -2/+16 |
| |/ | | | | | | | | | | | | | This allows the client to reload the config.json for an existing APIClient instance. Signed-off-by: Erik Johnson <palehose@gmail.com> | ||||
* | | Documentation fixes for login func | Erik Johnson | 2017-05-02 | 1 | -4/+5 |
|/ | | | | | | | This makes a small tweak to the grammar of the documentation for the reauth argument, and also updates the dockercfg_path docs for accuracy. Signed-off-by: Erik Johnson <palehose@gmail.com> | ||||
* | Standardize handling of verbose param in inspect_network | Joffrey F | 2017-04-10 | 1 | -11/+10 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add 'verbose' option for network inspect api | Santhosh Manohar | 2017-04-10 | 1 | -2/+11 |
| | | | | Signed-off-by: Santhosh Manohar <santhosh@docker.com> | ||||
* | docs renames: cpu_group->cpu_period, cpu_period->cpu_quota | Peter Slovak | 2017-04-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Peter Slovak <peter.slovak@websupport.sk> | ||||
* | Update mentions of the default API version in docs | Joffrey F | 2017-04-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Set infinite timeout for the `events` method | Joffrey F | 2017-03-27 | 1 | -1/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add service_logs integration test | Joffrey F | 2017-03-13 | 1 | -1/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add service_logs command to APIClient and logs command to models.Service | Joffrey F | 2017-03-13 | 1 | -0/+49 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1481 from shin-/system_df | Joffrey F | 2017-03-06 | 1 | -0/+16 |
|\ | | | | | Add df method |