summaryrefslogtreecommitdiff
path: root/docker/models/resource.py
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* Add new user-focused APIBen Firshman2016-11-221-0/+84
See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk>