summaryrefslogtreecommitdiff
path: root/docs/api.md
Commit message (Expand)AuthorAgeFilesLines
* Updated stat networks print output Signed-off-by: Tim Marcinowski <marshyski@...Tim Ski2016-03-021-1/+1
* Merge pull request #916 from docker/container_update_featureJoffrey F2016-02-241-1/+21
|\
| * Documentation for Client.update_container methodJoffrey F2016-02-231-1/+21
* | Separate params stream and follow for logs.Stéphane Seguin2016-02-161-0/+1
|/
* Add docs for argument when retrieving container logsJosh Purvis2015-12-231-0/+1
* Fix #869: Add docs for network apiSumit Sahrawat2015-12-101-0/+62
* Fix remove_volume return valueSumit Sahrawat2015-12-101-2/+1
* added stop_signal to create container configJonathan Stewmon2015-12-031-0/+1
* Merge pull request #805 from sourcelair/enhancement/stats-no-streamDaniel Nephin2015-11-171-0/+2
|\
| * Enhance docs for stats methodAntonis Kalipetis2015-10-221-0/+2
* | Merge upstream branch 'master' into feature/logs_sinceViacheslav Boiko2015-11-051-6/+43
|\ \ | |/
| * Tidied up code examples in docsAlasdair Nicol2015-10-141-8/+8
| * Merge branch 'archive_endpoint'Joffrey F2015-10-081-0/+37
| |\
| | * put/get archive implementationJoffrey F2015-10-081-0/+37
| * | Docs: Remove float from valid cpu_shares typesJoffrey F2015-10-081-1/+1
| |/
* | Support the 'since' option in the 'containers/<id>/logs' endpointViacheslav Boiko2015-10-021-0/+1
|/
* Allow to specify ps_args when listing processesPierre Fersing2015-09-251-0/+1
* Merge pull request #777 from rutsky/patch-2Joffrey F2015-09-221-1/+1
|\
| * specify default value of stream parameter of exec_start()Vladimir Rutsky2015-09-181-1/+1
* | Merge pull request #772 from rutsky/patch-1Joffrey F2015-09-181-7/+7
|\ \ | |/ |/|
| * add missing dots at ends of command descriptionsVladimir Rutsky2015-09-161-7/+7
* | Detail which exception is thrown by remove_volumeJoffrey F2015-09-161-1/+2
* | Add documentation for volume API methodsJoffrey F2015-09-161-1/+66
|/
* Merge pull request #662 from stevenewey/exec_create_userJoffrey F2015-08-261-0/+1
|\
| * Merge branch 'master' into exec_create_userStephen Newey2015-08-121-12/+49
| |\
| * | Add user argument to exec_create documentation.Stephen Newey2015-06-301-0/+1
* | | Merge pull request #732 from docker/version-dependent-hostconfigAanand Prasad2015-08-251-1/+1
|\ \ \
| * | | Update HostConfig docsJoffrey F2015-08-241-1/+1
| | |/ | |/|
* | | Add resize API in docColin Huang2015-08-251-0/+10
|/ /
* | Squashed commit of the following:Viktor Petersson2015-07-301-0/+21
* | Fix a few typos in the docsAlex Chan2015-07-291-4/+4
* | Merge pull request #680 from aanand/fix-timestamp-conversionJoffrey F2015-07-211-2/+2
|\ \
| * | Enforce UTC datetimes in arguments to `events()`Aanand Prasad2015-07-211-2/+2
* | | docs/api.md: rework stats paramsPeter Ericson2015-07-191-1/+5
* | | docs/api.md: singal -> signalPeter Ericson2015-07-191-1/+1
|/ /
* | Added missing `Client.load_image` docsJoffrey F2015-07-081-3/+15
* | Fix missing apostrophes in docsPeter Kowalczyk2015-07-021-1/+1
|/
* small doc fixesJoffrey F2015-06-181-3/+3
* Add and document a decode parameter for buildPhilipp Möller2015-06-181-0/+2
* Add volume_driver param to client.create_containerLuke Marsden2015-06-181-0/+1
* Removed instances of using host_config in start from docs and examplesdeprecate_start_hostconfigJoffrey F2015-05-081-79/+4
* Added documentation for decode param on stats and eventsevents_decode_docJoffrey F2015-05-071-3/+4
* Added 'label' to list of filters1.2.0-releaseJoffrey F2015-04-271-1/+2
* Merge pull request #570 from docker/build_limitsJoffrey F2015-04-271-0/+6
|\
| * container limits documentationbuild_limitsJoffrey F2015-04-271-0/+6
* | Improved filters documentationdocs_filtersJoffrey F2015-04-271-2/+7
|/
* Updated exec API documentationexec_reworkJoffrey F2015-04-271-13/+43
* ulimits: Updated docsulimit_supportJoffrey F2015-04-221-0/+1
* Merge branch 'sam/import-improvements' of https://github.com/ssssam/docker-py...Joffrey F2015-04-221-7/+53
|\
| * docs: Add specific import_image() variantsSam Thursfield2015-01-051-0/+42