summaryrefslogtreecommitdiff
path: root/docs/containers.rst
Commit message (Collapse)AuthorAgeFilesLines
* Added wait to the Container class documentation.Andreas Backx2017-08-171-0/+1
| | | | | The container class documentation did not automatically document the `Container.wait` method. Signed-off-by: Andreas Backx <andreas@backx.org>
* Sorts model attributes in api docs alphabeticallyFrank Sachsenheim2017-04-151-4/+4
| | | | Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
* Adds an 'image' property to the container modelFrank Sachsenheim2017-04-151-0/+1
| | | | Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
* Adds a 'labels' property to the container modelFrank Sachsenheim2017-04-151-0/+1
| | | | | | | | The Docker API seems to respond with a 'null' value for the 'Labels' attribute from containers that were created with older Docker versions. An empty dictionary is returned in this case. Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
* Add reload() in docs for Container and Secret classesJoffrey F2017-03-281-0/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Reference new methods in docsJoffrey F2017-01-301-0/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add new Sphinx documentationBen Firshman2016-11-221-0/+51
Initial work thanks to @aanand. Signed-off-by: Ben Firshman <ben@firshman.co.uk>