Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for mounts in HostConfig | Joffrey F | 2017-10-24 | 1 | -0/+4 |
| | | | | 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 | 1 | -1/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.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> | ||||
* | 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 #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 | 1 | -24/+24 |
|\ \ | |/ |/| | 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 | 1 | -24/+24 |
| | | | | | | | | 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> | ||||
* | 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> | ||||
* | 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> | ||||
* | Docstring fixes for init and init_path | Joffrey F | 2017-03-01 | 1 | -0/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1459 from shin-/1300-storageopts | Joffrey F | 2017-02-15 | 1 | -0/+2 |
|\ | | | | | Add support for storage_opt in host_config | ||||
| * | Add support for storage_opt in host_config | Joffrey F | 2017-02-15 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Fix volume path passed by run to create_container | Ben Firshman | 2017-02-07 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Seems like this is pretty much ignored by Docker, so it wasn't causing any visible issues, except when a volume name was used instead of a path. Also, added integration tests. Ref #1380 Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | | Add prune_containers method | Joffrey F | 2017-01-30 | 1 | -3/+22 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Change "Remote API" to "Engine API" | Ben Firshman | 2017-01-30 | 1 | -1/+1 |
| | | | | | | | | This is currently inconsistent, but mostly called "Engine API". For the release of Docker 1.13, this will be "Engine API" all over the Engine documentation, too. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Add stop_timeout to create_container | Joffrey F | 2017-01-27 | 1 | -1/+4 |
| | | | | | | Fix requires_api_version test decorator Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for auto_remove in HostConfigautoremove_support | Joffrey F | 2017-01-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix a number of docs formatting issuesdocs-fixes | Joffrey F | 2017-01-18 | 1 | -24/+24 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Move config type creation from docker.utils functions to classes inconfig_types | Joffrey F | 2016-12-01 | 1 | -7/+9 |
| | | | | | | docker.types Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1308 from docker/docker_client | Joffrey F | 2016-11-30 | 1 | -1/+1 |
|\ | | | | | Rename Client -> DockerClient | ||||
| * | Rename Client -> DockerClientdocker_client | Joffrey F | 2016-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Replace references to old Client with APIClient Moved contents of services.md to appropriate locations Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Remove support for host_config in Client.start | Joffrey F | 2016-11-28 | 1 | -66/+15 |
|/ | | | | | | | Any additional arguments passed to start will raise a DeprecatedMethod (DockerException) exception. Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1186 from bfirsh/two-point-oh | Joffrey F | 2016-11-22 | 1 | -0/+794 |
|\ | | | | | A new user-focused API | ||||
| * | Add docstrings to low-level API | Ben Firshman | 2016-11-22 | 1 | -0/+794 |
| | | | | | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | | Fix ContainerApiMixin.copy with dict container arg | biniambekele | 2016-11-22 | 1 | -1/+1 |
|/ | | | | Signed-off-by: biniambekele <biniambekele@users.noreply.github.com> | ||||
* | Add support for passing healthcheck to create_container | Jamie Greeff | 2016-11-16 | 1 | -3/+4 |
| | | | | Signed-off-by: Jamie Greeff <jamie@greeff.me> | ||||
* | Add support for restart policy update | Maxime Feron | 2016-09-28 | 1 | -1/+9 |
| | | | | Signed-off-by: Maxime Feron <maxime.feron@corp.ovh.com> | ||||
* | Read from socket after sending TCP upgrade headers. | Joffrey F | 2016-07-13 | 1 | -3/+12 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add hijack hints for attach api calls | David Gageot | 2016-07-13 | 1 | -2/+8 |
| | | | | Signed-off-by: David Gageot <david@gageot.net> | ||||
* | signal in Client.kill can be a string containing the signal's name | Joffrey F | 2016-06-28 | 1 | -1/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | support new Py3.5 Enum signals | Thomas Grainger | 2016-05-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Grainger <tom.grainger@procensus.com> | ||||
* | Add support for changes param to ContainerApiMixin.commit | Dima Spivak | 2016-03-21 | 1 | -2/+3 |
| | | | | | | docker commit --changes was added to Docker in 1.6.0. Signed-off-by: Dima Spivak <dima@spivak.ch> | ||||
* | Merge pull request #916 from docker/container_update_feature | Joffrey F | 2016-02-24 | 1 | -0/+33 |
|\ | | | | | Support for container limits update | ||||
| * | update_container now supports string values | Joffrey F | 2016-02-23 | 1 | -4/+5 |
| | | | | | | | | | | | | for mem_limit, memswap_limit, kernel_memory and mem_reservation Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | New `update_container` method | Joffrey F | 2016-02-23 | 1 | -0/+32 |
| | | | | | | | | | | | | Allows user to update container limits in-flight. Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Separate params stream and follow for logs. | Stéphane Seguin | 2016-02-16 | 1 | -2/+4 |
|/ | | | | | | Closes #934 Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com> | ||||
* | Implement support for network-scoped aliases | Aanand Prasad | 2016-01-14 | 1 | -2/+9 |
| | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | added stop_signal to create container config | Jonathan Stewmon | 2015-12-03 | 1 | -2/+3 |
| | | | | Signed-off-by: Jonathan Stewmon <jstewmon@rmn.com> | ||||
* | Merge pull request #805 from sourcelair/enhancement/stats-no-stream | Daniel Nephin | 2015-11-17 | 1 | -2/+7 |
|\ | | | | | Add support for non-stream stats of containers | ||||
| * | Add suport for non-stream stats of containers | Antonis Kalipetis | 2015-10-22 | 1 | -2/+7 |
| | | | | | | | | | | | | | | Adds one more flag to the `stats` method for streaming responses. Keeps default as streamed response for backwards compatibility. Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com> | ||||
* | | Merge pull request #796 from v-boyko/feature/logs_since | Daniel Nephin | 2015-11-12 | 1 | -1/+13 |
|\ \ | | | | | | | Support the 'since' option in the 'containers/<id>/logs' endpoint (API upgrade) | ||||
| * \ | Merge upstream branch 'master' into feature/logs_since | Viacheslav Boiko | 2015-11-05 | 1 | -0/+30 |
| |\ \ | | |/ | | | | | | | Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com> | ||||
| * | | Support the 'since' option in the 'containers/<id>/logs' endpoint | Viacheslav Boiko | 2015-10-02 | 1 | -1/+13 |
| | | | | | | | | | | | | Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com> | ||||
* | | | Client.logs(tail=0) now shows no past logs (expected behavior) | Joffrey F | 2015-11-12 | 1 | -1/+1 |
| |/ |/| | | | | | | | | | Add test confirming the new behavior. Signed-off-by: Joffrey F <joffrey@docker.com> |