summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix param name for inspect_image in API docs1080-inspect-image-docsJoffrey F2016-06-091-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Convert readthedocs links for their .org -> .io migration for hosted projectsAdam Chainz2016-06-081-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.5Thomas Grainger2016-05-192-3/+3
| | | | Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
* Add support for creating internal networksJonathan Giannuzzi2016-05-181-0/+7
| | | | Signed-off-by: Jonathan Giannuzzi <jonathan@giannuzzi.be>
* Update ChangeLog and version.py (1.8.1)1.8.1-releaseJoffrey F2016-04-281-0/+15
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Added link to docker ps documentationJoir-dan Gumbs2016-04-191-0/+2
| | | | Signed-off-by: Joir-dan Gumbs <jdagumbs@gmail.com>
* rebased documentation changes against master forkJoir-dan Gumbs2016-04-181-4/+7
|\ | | | | | | Signed-off-by: Joir-dan Gumbs <jdagumbs@gmail.com>
| * Bump version to 1.8.01.8.0-releaseJoffrey F2016-04-051-4/+7
| | | | | | | | | | | | Add RC bugfixes to the changelog. Signed-off-by: Joffrey F <joffrey@docker.com>
* | Added extra filtering options to containers command in ClientAPIJoir-dan Gumbs2016-03-301-0/+5
|/ | | | | Signed-off-by: Joir-dan Gumbs <jdagumbs@gmail.com> Signed-off-by: Joir-dan Gumbs <jgumbs@us.ibm.com>
* Improve port binding docsAanand Prasad2016-03-301-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 timeouttomleb2016-03-231-1/+1
| | | | Signed-off-by: Tom Lebreux <tomlebreux@hotmail.com>
* Update ChangeLog1.8.0rc1Joffrey F2016-03-231-0/+42
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge branch 'master' of https://github.com/dimaspivak/docker-py into ↵Joffrey F2016-03-231-0/+1
|\ | | | | | | dimaspivak-master
| * Add support for changes param to ContainerApiMixin.commitDima Spivak2016-03-211-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 F2016-03-221-2/+9
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge branch 'from_env' of https://github.com/bfirsh/docker-py into ↵Joffrey F2016-03-222-38/+19
|\ \ | | | | | | | | | bfirsh-from_env
| * | Add docker.from_env() shortcutBen Firshman2016-03-152-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 configurationAditya Marella2016-03-221-0/+2
| |/ |/| | | | | Signed-off-by: Aditya Marella <aditya.marella@gmail.com>
* | Reword tmpfs documentationAanand Prasad2016-03-161-12/+13
| | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* | Add documentation for the Tmpfs Hostconfig option.Jan Losinski2016-03-162-0/+34
|/ | | | Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* Updated stat networks print output Signed-off-by: Tim Marcinowski ↵Tim Ski2016-03-021-1/+1
| | | | <marshyski@gmail.com>
* Merge pull request #916 from docker/container_update_featureJoffrey F2016-02-241-1/+21
|\ | | | | Support for container limits update
| * Documentation for Client.update_container methodJoffrey F2016-02-231-1/+21
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #942 from seguins/934-separate-stream-follow-logsJoffrey F2016-02-241-0/+1
|\ \ | |/ |/| Separate params stream and follow for logs.
| * Separate params stream and follow for logs.Stéphane Seguin2016-02-161-0/+1
| | | | | | | | | | | | Closes #934 Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com>
* | Prepare 1.7.2 release1.7.2-releaseJoffrey F2016-02-231-0/+10
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Update changelog for 1.7.11.7.1-releaseJoffrey F2016-02-171-0/+20
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add support for shm_size.Spencer Rinehart2016-02-041-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.0Joffrey F2016-02-041-0/+33
| | | | | | Update ChangeLog Signed-off-by: Joffrey F <joffrey@docker.com>
* Advanced documentation for port bindings495_port_bindings_advanced_docJoffrey F2016-01-281-0/+17
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Improve host devices supportJoffrey F2016-01-182-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 networksRyan Belgrave2016-01-041-0/+20
| | | | Signed-off-by: Ryan Belgrave <rmb1993@gmail.com>
* Merge pull request #882 from docker/881-hostconfig_docJoffrey F2016-01-041-0/+2
|\ | | | | Add cpu_quota and cpu_period to the HostConfig documentation
| * Add cpu_quota and cpu_period to the HostConfig documentation881-hostconfig_docJoffrey F2015-12-221-0/+2
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Add docs for argument when retrieving container logsJosh Purvis2015-12-231-0/+1
|/ | | | Signed-off-by: Josh Purvis <jpurvis@kwantera.com>
* Fix #869: Add docs for network apiSumit Sahrawat2015-12-101-0/+62
| | | | Signed-off-by: Sumit Sahrawat <sumit.sahrawat.apm13@iitbhu.ac.in>
* Fix remove_volume return valueSumit Sahrawat2015-12-101-2/+1
| | | | Signed-off-by: Sumit Sahrawat <sumit.sahrawat.apm13@iitbhu.ac.in>
* added stop_signal to create container configJonathan Stewmon2015-12-031-0/+1
| | | | Signed-off-by: Jonathan Stewmon <jstewmon@rmn.com>
* Merge pull request #864 from ticosax/document-network_modeDaniel Nephin2015-12-011-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 Delaby2015-12-011-2/+2
| | | | | | | | Signed-off-by: Nicolas Delaby <nicolas.delaby@lock8.me>
* | Update Changelog with one last bugfix1.6.0-releaseJoffrey F2015-11-301-1/+4
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Update ChangelogJoffrey F2015-11-231-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 F2015-11-181-0/+1
|\ | | | | | | schu-oom-kill-disable-pr
| * create_host_config: allow setting oom_kill_disableMichael Schubert2015-11-101-0/+1
| | | | | | | | Signed-off-by: Michael Schubert <schu@schu.io>
* | Merge pull request #805 from sourcelair/enhancement/stats-no-streamDaniel Nephin2015-11-171-0/+2
|\ \ | | | | | | Add support for non-stream stats of containers
| * | Enhance docs for stats methodAntonis Kalipetis2015-10-221-0/+2
| |/ | | | | | | Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
* | Merge pull request #834 from lots0logs/814-host-config-mem-swapDaniel Nephin2015-11-161-9/+12
|\ \ | | | | | | Add support for MemorySwappiness to client.create_host_config()
| * | Update hostconfig.mdDustin Falgout2015-11-091-1/+1
| | | | | | | | | | | | Signed-off-by: Dustin Falgout <dustin@falgout.us>
| * | Incorporates feedback from and closes #814Dustin Falgout2015-11-051-9/+12
| |/ | | | | | | Signed-off-by: Dustin Falgout <dustin@falgout.us>
* | Merge upstream branch 'master' into feature/logs_sinceViacheslav Boiko2015-11-057-24/+106
|\ \ | |/ | | | | Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com>