Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make resources hashable, so that they can be added to `set`s | Flavio Curella | 2016-12-08 | 1 | -0/+3 |
| | | | | Signed-off-by: Flavio Curella <flavio.curella@gmail.com> | ||||
* | Show a helpful warning when people try to call `client.containers()` | Aanand Prasad | 2016-11-28 | 1 | -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 API | Ben Firshman | 2016-11-22 | 1 | -0/+84 |
See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk> |