summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add unlock methods to Swarm modelunlock_swarm_supportJoffrey F2017-11-071-0/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update SwarmSpec to include new parametersJoffrey F2017-11-031-0/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add support for configs managementJoffrey F2017-10-264-0/+42
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add support for new ContainerSpec parametersJoffrey F2017-10-261-2/+6
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Changelog typoJoffrey F2017-08-171-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 2.5.02.5.0Joffrey F2017-08-171-0/+34
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* 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>
* Bump 2.4.22.4.2-releaseJoffrey F2017-06-281-2/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 2.4.12.4.1-releaseJoffrey F2017-06-281-0/+10
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 2.4.02.4.0-releaseJoffrey F2017-06-222-0/+39
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 2.3.02.3.0-releaseJoffrey F2017-05-161-0/+41
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Sorts model attributes in api docs alphabeticallyFrank Sachsenheim2017-04-152-9/+9
| | | | 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 image 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-283-0/+15
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 2.2.0, update changelogJoffrey F2017-03-211-0/+30
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1481 from shin-/system_dfJoffrey F2017-03-061-0/+1
|\ | | | | Add df method
| * Add df methodJoffrey F2017-03-011-0/+1
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Add Plugin.upgrade to documentationJoffrey F2017-02-231-0/+1
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump version 2.1.0Joffrey F2017-02-161-0/+51
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add missing secrets docJoffrey F2017-02-165-1/+42
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1432 from shin-/pluginsJoffrey F2017-02-134-0/+50
|\ | | | | Plugins API
| * Plugins API documentationJoffrey F2017-02-033-0/+39
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * APIClient implementation of plugin methodsJoffrey F2017-02-031-0/+11
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Reference new methods in docsJoffrey F2017-01-304-0/+4
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Change "Remote API" to "Engine API"Ben Firshman2017-01-302-3/+3
| | | | | | | | This is currently inconsistent, but mostly called "Engine API". For the release of Docker 1.13, this will be "Engine API" all over the Engine documentation, too. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Fix milestone linkJoffrey F2017-01-201-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 2.0.2Joffrey F2017-01-201-0/+20
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Convert mode argument to valid structure in create_service1388-format-service-modeJoffrey F2017-01-191-0/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1398 from docker/docs-fixesJoffrey F2017-01-192-4/+1
|\ | | | | Fix a number of docs formatting issues
| * Fix a number of docs formatting issuesdocs-fixesJoffrey F2017-01-182-4/+1
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | case PyPI correctlyThomas Grainger2017-01-131-1/+1
|/ | | | Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
* Bump 2.0.1Joffrey F2017-01-091-0/+13
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump version and update ChangelogJoffrey F2016-12-121-0/+119
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-011-9/+16
| | | | | | docker.types Signed-off-by: Joffrey F <joffrey@docker.com>
* Rename Client -> DockerClientdocker_clientJoffrey F2016-11-284-273/+70
| | | | | | | Replace references to old Client with APIClient Moved contents of services.md to appropriate locations Signed-off-by: Joffrey F <joffrey@docker.com>
* Add new Sphinx documentationBen Firshman2016-11-2226-2112/+884
| | | | | | Initial work thanks to @aanand. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Move contributing docs to CONTRIBUTING.mdBen Firshman2016-11-221-36/+0
| | | | | | CONTRIBUTING.md is the place that GitHub expects it to be. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Merge pull request #1236 from docker/host_config_isolationJoffrey F2016-11-171-0/+1
|\ | | | | Add support for isolation param in host config
| * Add support for isolation param in host confighost_config_isolationJoffrey F2016-09-291-0/+1
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Add labels and shmsize arguments to the image buildRyan Belgrave2016-11-081-0/+3
| | | | | | | | Signed-off-by: Ryan Belgrave <Ryan.Belgrave@target.com>
* | Merge pull request #1230 from LabattFoodService/updateNodeJoffrey F2016-11-072-0/+29
|\ \ | | | | | | enable setting of node labels #1225
| * | enable setting of node labels #1225Nathan Shirlberg2016-09-272-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | Added update_node function to enable setting labels on nodes. This exposes the Update a Node function from the Docker API and should enable promoting/demoting manager nodes inside a swarm. Signed-off-by: Nathan Shirlberg <nshirlberg@labattfood.com>
* | | Fix endpoint spec and networks params in update_service1212-fix_create_serviceJoffrey F2016-11-041-1/+1
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | WIPJoffrey F2016-11-041-1/+15
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Merge branch 'TomasTomecek-improve-version-mismatcj'Joffrey F2016-10-051-0/+24
|\ \ \ | |_|/ |/| |
| * | document how to recover from api version mismatchTomas Tomecek2016-10-051-0/+28
|/ / | | | | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* | Add support for restart policy updateMaxime Feron2016-09-281-0/+1
|/ | | | Signed-off-by: Maxime Feron <maxime.feron@corp.ovh.com>
* Bump versionJoffrey F2016-09-161-0/+17
| | | | | | Update Changelog Signed-off-by: Joffrey F <joffrey@docker.com>