summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * Tidied up code examples in docsAlasdair Nicol2015-10-146-26/+26
| | | | | | | | | | | | | | | | * Use `cli = Client` everywhere * Use Client.create_host_config method * Added missing '>'s Signed-off-by: Alasdair Nicol <alasdair@thenicols.net>
| * Add devices param to the hostconfig documentation1.5.0-releaseJoffrey F2015-10-081-0/+8
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Update changelog and bump version to 1.5.0Joffrey F2015-10-081-0/+37
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Merge branch 'archive_endpoint'Joffrey F2015-10-081-0/+37
| |\
| | * put/get archive implementationJoffrey F2015-10-081-0/+37
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Docs: Remove float from valid cpu_shares typesJoffrey F2015-10-081-1/+1
| |/ | | | | | | | | | | Fixes #775 Signed-off-by: Joffrey F <joffrey@docker.com>
* | Support the 'since' option in the 'containers/<id>/logs' endpointViacheslav Boiko2015-10-021-0/+1
|/ | | | Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com>
* Allow to specify ps_args when listing processesPierre Fersing2015-09-251-0/+1
| | | | Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com>
* Merge pull request #777 from rutsky/patch-2Joffrey F2015-09-221-1/+1
|\ | | | | specify default value of stream parameter of exec_start()
| * specify default value of stream parameter of exec_start()Vladimir Rutsky2015-09-181-1/+1
| | | | | | | | Signed-off-by: Vladimir Rutsky <vladimir@rutsky.org>
* | Merge pull request #772 from rutsky/patch-1Joffrey F2015-09-181-7/+7
|\ \ | | | | | | add missing dots at ends of command descriptions
| * | add missing dots at ends of command descriptionsVladimir Rutsky2015-09-161-7/+7
| | | | | | | | | | | | Signed-off-by: Vladimir Rutsky <vladimir@rutsky.org>
* | | fix network_mode 'none' valueVladimir Rutsky2015-09-181-1/+1
| |/ |/| | | Signed-off-by: Vladimir Rutsky <vladimir@rutsky.org>
* | Detail which exception is thrown by remove_volumeJoffrey F2015-09-161-1/+2
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Add documentation for volume API methodsJoffrey F2015-09-161-1/+66
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Support group_add param in host configgroup_add_supportJoffrey F2015-09-151-7/+14
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Updated changelogJoffrey F2015-09-101-4/+41
| | | | | | Bumped version to 1.4.0 Signed-off-by: Joffrey F <joffrey@docker.com>
* Add missing ipc_mode documentationJoffrey F2015-09-091-0/+1
|
* Merge pull request #662 from stevenewey/exec_create_userJoffrey F2015-08-261-0/+1
|\ | | | | Exec create user
| * Merge branch 'master' into exec_create_userStephen Newey2015-08-123-12/+122
| |\
| * | Add user argument to exec_create documentation.Stephen Newey2015-06-301-0/+1
| | |
* | | Merge pull request #732 from docker/version-dependent-hostconfigAanand Prasad2015-08-252-4/+5
|\ \ \ | | | | | | | | Version dependent hostconfig
| * | | Update HostConfig docsJoffrey F2015-08-242-4/+5
| | |/ | |/|
* | | Add resize API in docColin Huang2015-08-251-0/+10
|/ /
* | Merge branch 'vpetersson-master'Joffrey F2015-08-041-0/+21
|\ \
| * | Squashed commit of the following:Viktor Petersson2015-07-301-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 4f053a06c1e9e3f63fd5afde60322f676acbdf45 Merge: 9177380 07a99ea Author: Viktor Petersson <vpetersson@wireload.net> Date: Thu Jul 30 14:37:16 2015 +0100 Merge branch 'master' into fixes commit 9177380ae9abf4ca01cf7a2a8b7de6640ed5f5d5 Author: Viktor Petersson <vpetersson@wireload.net> Date: Thu Jul 30 14:00:51 2015 +0100 Tweaks exception message. commit 6a5832e2f6655835a6b87897d7ec82d6ef5faa50 Author: Viktor Petersson <vpetersson@wireload.net> Date: Thu Jul 30 13:17:32 2015 +0100 Simplifies logic as per feedback. commit f750eddc34e5356dcfb53c16a7f98a99e817fa53 Author: Viktor Petersson <vpetersson@wireload.net> Date: Thu Jul 30 11:09:14 2015 +0100 Move return from list to dict. Adds exception handling. commit 8e50f57cceb6370b7f7b41624f50d5a6835301a0 Author: Viktor Petersson <vpetersson@wireload.net> Date: Thu Jul 30 10:15:58 2015 +0100 Reverts change to .gitignore. commit 5ba2c1b29706ddb74bef9c24c2a6e64bb369db22 Author: Viktor Petersson <vpetersson@wireload.net> Date: Wed Jul 29 21:15:21 2015 +0100 Fixes feedback. Adds three unittests. commit e1c719e61993fdaec0f22ba0de706af80587dc16 Author: Viktor Petersson <vpetersson@wireload.net> Date: Wed Jul 29 17:00:16 2015 +0100 WIP Adds test for parse_env_file commit 4448ae72e55d889d9d194a2c0303d182cb157d4c Author: Viktor Petersson <vpetersson@wireload.net> Date: Wed Jul 29 16:42:49 2015 +0100 Excludes coverage files. commit 19a5d01615dd9b7ee939f54f256e5bae89a94ee1 Author: Viktor Petersson <vpetersson@wireload.net> Date: Wed Jul 29 16:42:42 2015 +0100 Switch fixes logic. commit a8094c63a9f4351ae71393ea5603aa11c5c5bc94 Author: Viktor Petersson <vpetersson@wireload.net> Date: Wed Jul 29 11:45:56 2015 +0100 Implements logic for envfile parsing from Docker-cli Ref: https://github.com/docker/docker/blob/master/opts/envfile.go#L19-L51 commit ea9bfd95dfafe4023c58ab37f990158f73eb2e0d Author: Viktor Petersson <vpetersson@wireload.net> Date: Wed Jul 29 11:41:23 2015 +0100 Replaces CSV module with manual splitting. commit a001d28ff48309d2b2338aaf27253fdfaa0f6c4b Author: Viktor Petersson <vpetersson@wireload.net> Date: Wed Jul 29 11:35:37 2015 +0100 Removes isinstance on filename. commit 419d5961f6103df9166be3a9baa549276c12223d Author: Viktor Petersson <vpetersson@wireload.net> Date: Tue Jul 28 22:39:33 2015 +0100 Reflects @aanand's feedback. commit e81e3c8ed797ff939843d2485bf15525e85e890d Author: Viktor Petersson <vpetersson@wireload.net> Date: Tue Jul 28 15:43:32 2015 +0100 Typo fix. commit 2898389cada2bfca64bdfa71359aebeb3b5b6d1b Author: Viktor Petersson <vpetersson@wireload.net> Date: Tue Jul 28 15:41:08 2015 +0100 Refs #565. Adds minimal implementation of env_file client-side support.
* | | Add documentation for mem_limit and memswap_limitBrennan Saeta2015-08-011-0/+2
|/ / | | | | `create_host_config` has 2 additional parameters that were previously undocumented.
* | Fix a few typos in the docsAlex Chan2015-07-292-5/+5
| | | | | | | | Signed-off-by: Alex Chan <alex.chan@metaswitch.com>
* | Updated changelog for 1.3.1Joffrey F2015-07-221-0/+22
| |
* | Merge pull request #680 from aanand/fix-timestamp-conversionJoffrey F2015-07-211-2/+2
|\ \ | | | | | | Enforce UTC datetimes in arguments to `events()`
| * | Enforce UTC datetimes in arguments to `events()`Aanand Prasad2015-07-211-2/+2
| | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>