summaryrefslogtreecommitdiff
path: root/docker/models
Commit message (Collapse)AuthorAgeFilesLines
* Fix Swarm model init to correctly pass arguments through to init_swarm1359-swarm-initJoffrey F2017-01-251-6/+6
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Remove duplicate line in exec_run documentationMehdi Bayazee2017-01-251-1/+0
| | | | Signed-off-by: Mehdi Bayazee <bayazee@gmail.com>
* Merge pull request #1398 from docker/docs-fixesJoffrey F2017-01-193-36/+35
|\ | | | | Fix a number of docs formatting issues
| * Fix a number of docs formatting issuesdocs-fixesJoffrey F2017-01-183-36/+35
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #1393 from aebm/masterJoffrey F2017-01-191-4/+4
|\ \ | | | | | | Fix #1351
| * | Fix #1351Alejandro E. Brito Monedero2017-01-161-4/+4
| |/ | | | | | | | | | | | | | | * Fix TypeError when getting the tags property from an image that has no tags. Ex: An image pulled by cryptohash. It is handled like when the image doesn't have defined the RepoTags member. Signed-off-by: Alejandro E. Brito Monedero <alejandro.monedero@gmail.com>
* | Make resources hashable, so that they can be added to `set`sFlavio Curella2016-12-081-0/+3
|/ | | | Signed-off-by: Flavio Curella <flavio.curella@gmail.com>
* Merge pull request #1338 from docker/remove_nodeJoffrey F2016-12-071-0/+19
|\ | | | | Implement swarm node removal
| * Implement swarm node removalremove_nodeJoffrey F2016-12-071-0/+19
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Update code and tests for Engine 1.13 compatibilitydnephin-add-attachableJoffrey F2016-12-071-1/+2
|/ | | | | | Makefile now runs tests against Docker 1.13 RC Signed-off-by: Joffrey F <joffrey@docker.com>
* Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-012-5/+5
| | | | | | docker.types Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1303 from aanand/helpful-containers-warningBen Firshman2016-12-011-0/+6
|\ | | | | Show a helpful warning when people try to call `client.containers()`
| * Show a helpful warning when people try to call `client.containers()`Aanand Prasad2016-11-281-0/+6
| | | | | | | | | | | | | | | | People upgrading to docker-py 2.0 without being aware of the new client API will likely try to call the old `containers()` method. This adds a helpful warning telling them to use APIClient to get the old API. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* | Rename Client -> DockerClientdocker_clientJoffrey F2016-11-281-1/+1
|/ | | | | | | 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 user-focused APIBen Firshman2016-11-229-0/+1975
See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk>