Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix param name for inspect_image in API docs1080-inspect-image-docs | Joffrey F | 2016-06-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Convert readthedocs links for their .org -> .io migration for hosted projects | Adam Chainz | 2016-06-08 | 1 | -2/+2 |
| | | | | | | | | | | As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified. Signed-off-by: Adam Chainz <adam@adamj.eu> | ||||
* | update docs to py3.5 | Thomas Grainger | 2016-05-19 | 2 | -3/+3 |
| | | | | Signed-off-by: Thomas Grainger <tom.grainger@procensus.com> | ||||
* | Add support for creating internal networks | Jonathan Giannuzzi | 2016-05-18 | 1 | -0/+7 |
| | | | | Signed-off-by: Jonathan Giannuzzi <jonathan@giannuzzi.be> | ||||
* | Update ChangeLog and version.py (1.8.1)1.8.1-release | Joffrey F | 2016-04-28 | 1 | -0/+15 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Added link to docker ps documentation | Joir-dan Gumbs | 2016-04-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Joir-dan Gumbs <jdagumbs@gmail.com> | ||||
* | rebased documentation changes against master fork | Joir-dan Gumbs | 2016-04-18 | 1 | -4/+7 |
|\ | | | | | | | Signed-off-by: Joir-dan Gumbs <jdagumbs@gmail.com> | ||||
| * | Bump version to 1.8.01.8.0-release | Joffrey F | 2016-04-05 | 1 | -4/+7 |
| | | | | | | | | | | | | Add RC bugfixes to the changelog. Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Added extra filtering options to containers command in ClientAPI | Joir-dan Gumbs | 2016-03-30 | 1 | -0/+5 |
|/ | | | | | Signed-off-by: Joir-dan Gumbs <jdagumbs@gmail.com> Signed-off-by: Joir-dan Gumbs <jgumbs@us.ibm.com> | ||||
* | Improve port binding docs | Aanand Prasad | 2016-03-30 | 1 | -7/+9 |
| | | | | | | | | | - Reword a sentence that was wrong ("container" and "host" were the wrong way round) - Put the multiple-ports example before the multiple-IPs example Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | Specify default value of stop's timeout | tomleb | 2016-03-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Tom Lebreux <tomlebreux@hotmail.com> | ||||
* | Update ChangeLog1.8.0rc1 | Joffrey F | 2016-03-23 | 1 | -0/+42 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'master' of https://github.com/dimaspivak/docker-py into ↵ | Joffrey F | 2016-03-23 | 1 | -0/+1 |
|\ | | | | | | | dimaspivak-master | ||||
| * | Add support for changes param to ContainerApiMixin.commit | Dima Spivak | 2016-03-21 | 1 | -0/+1 |
| | | | | | | | | | | | | docker commit --changes was added to Docker in 1.6.0. Signed-off-by: Dima Spivak <dima@spivak.ch> | ||||
* | | Update mkdocs.yml to reference new Machine page. | Joffrey F | 2016-03-22 | 1 | -2/+9 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge branch 'from_env' of https://github.com/bfirsh/docker-py into ↵ | Joffrey F | 2016-03-22 | 2 | -38/+19 |
|\ \ | | | | | | | | | | bfirsh-from_env | ||||
| * | | Add docker.from_env() shortcut | Ben Firshman | 2016-03-15 | 2 | -38/+19 |
| | | | | | | | | | | | | | | | | | | A much neater way of getting started with docker-py. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | | | Support OomScoreAdj in host configuration | Aditya Marella | 2016-03-22 | 1 | -0/+2 |
| |/ |/| | | | | | Signed-off-by: Aditya Marella <aditya.marella@gmail.com> | ||||
* | | Reword tmpfs documentation | Aanand Prasad | 2016-03-16 | 1 | -12/+13 |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | Add documentation for the Tmpfs Hostconfig option. | Jan Losinski | 2016-03-16 | 2 | -0/+34 |
|/ | | | | Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> | ||||
* | Updated stat networks print output Signed-off-by: Tim Marcinowski ↵ | Tim Ski | 2016-03-02 | 1 | -1/+1 |
| | | | | <marshyski@gmail.com> | ||||
* | Merge pull request #916 from docker/container_update_feature | Joffrey F | 2016-02-24 | 1 | -1/+21 |
|\ | | | | | Support for container limits update | ||||
| * | Documentation for Client.update_container method | Joffrey F | 2016-02-23 | 1 | -1/+21 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #942 from seguins/934-separate-stream-follow-logs | Joffrey F | 2016-02-24 | 1 | -0/+1 |
|\ \ | |/ |/| | Separate params stream and follow for logs. | ||||
| * | Separate params stream and follow for logs. | Stéphane Seguin | 2016-02-16 | 1 | -0/+1 |
| | | | | | | | | | | | | Closes #934 Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com> | ||||
* | | Prepare 1.7.2 release1.7.2-release | Joffrey F | 2016-02-23 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Update changelog for 1.7.11.7.1-release | Joffrey F | 2016-02-17 | 1 | -0/+20 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for shm_size. | Spencer Rinehart | 2016-02-04 | 1 | -0/+1 |
| | | | | | | | --shm-size was added to Docker in 1.10 via docker/docker#16168. See docker/compose#2823 for more details. Signed-off-by: Spencer Rinehart <anubis@overthemonkey.com> | ||||
* | Bump to stable versionrelease-1.7.0 | Joffrey F | 2016-02-04 | 1 | -0/+33 |
| | | | | | | Update ChangeLog Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Advanced documentation for port bindings495_port_bindings_advanced_doc | Joffrey F | 2016-01-28 | 1 | -0/+17 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve host devices support | Joffrey F | 2016-01-18 | 2 | -13/+19 |
| | | | | | | | | Add unit tests for utils.parse_devices Rewrite documentation Support dict and string format for device declaration Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | allow custom ipam options when creating networks | Ryan Belgrave | 2016-01-04 | 1 | -0/+20 |
| | | | | Signed-off-by: Ryan Belgrave <rmb1993@gmail.com> | ||||
* | Merge pull request #882 from docker/881-hostconfig_doc | Joffrey F | 2016-01-04 | 1 | -0/+2 |
|\ | | | | | Add cpu_quota and cpu_period to the HostConfig documentation | ||||
| * | Add cpu_quota and cpu_period to the HostConfig documentation881-hostconfig_doc | Joffrey F | 2015-12-22 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Add docs for argument when retrieving container logs | Josh Purvis | 2015-12-23 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Josh Purvis <jpurvis@kwantera.com> | ||||
* | Fix #869: Add docs for network api | Sumit Sahrawat | 2015-12-10 | 1 | -0/+62 |
| | | | | Signed-off-by: Sumit Sahrawat <sumit.sahrawat.apm13@iitbhu.ac.in> | ||||
* | Fix remove_volume return value | Sumit Sahrawat | 2015-12-10 | 1 | -2/+1 |
| | | | | Signed-off-by: Sumit Sahrawat <sumit.sahrawat.apm13@iitbhu.ac.in> | ||||
* | added stop_signal to create container config | Jonathan Stewmon | 2015-12-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Jonathan Stewmon <jstewmon@rmn.com> | ||||
* | Merge pull request #864 from ticosax/document-network_mode | Daniel Nephin | 2015-12-01 | 1 | -2/+2 |
|\ | | | | | [doc] network_mode can also take the name of a network as value. | ||||
| * | network_mode can also take the name of a network as value. | Nicolas Delaby | 2015-12-01 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Nicolas Delaby <nicolas.delaby@lock8.me> | ||||
* | | Update Changelog with one last bugfix1.6.0-release | Joffrey F | 2015-11-30 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Update Changelog | Joffrey F | 2015-11-23 | 1 | -0/+36 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'oom-kill-disable-pr' of https://github.com/schu/docker-py into ↵ | Joffrey F | 2015-11-18 | 1 | -0/+1 |
|\ | | | | | | | schu-oom-kill-disable-pr | ||||
| * | create_host_config: allow setting oom_kill_disable | Michael Schubert | 2015-11-10 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Michael Schubert <schu@schu.io> | ||||
* | | Merge pull request #805 from sourcelair/enhancement/stats-no-stream | Daniel Nephin | 2015-11-17 | 1 | -0/+2 |
|\ \ | | | | | | | Add support for non-stream stats of containers | ||||
| * | | Enhance docs for stats method | Antonis Kalipetis | 2015-10-22 | 1 | -0/+2 |
| |/ | | | | | | | Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com> | ||||
* | | Merge pull request #834 from lots0logs/814-host-config-mem-swap | Daniel Nephin | 2015-11-16 | 1 | -9/+12 |
|\ \ | | | | | | | Add support for MemorySwappiness to client.create_host_config() | ||||
| * | | Update hostconfig.md | Dustin Falgout | 2015-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Dustin Falgout <dustin@falgout.us> | ||||
| * | | Incorporates feedback from and closes #814 | Dustin Falgout | 2015-11-05 | 1 | -9/+12 |
| |/ | | | | | | | Signed-off-by: Dustin Falgout <dustin@falgout.us> | ||||
* | | Merge upstream branch 'master' into feature/logs_since | Viacheslav Boiko | 2015-11-05 | 7 | -24/+106 |
|\ \ | |/ | | | | | Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com> |