| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some typos in comments and strings | Stefan Weil | 2016-02-22 | 1 | -1/+1 |
| | | | | | | | Most of them were found and fixed by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
| * | Add back compat for volume drivers `Get` and `Ls` | Brian Goff | 2016-01-22 | 1 | -0/+33 |
| Use a back-compat struct to handle listing volumes for volumes we know about (because, presumably, they are being used by a container) for volume drivers which don't yet support `List`. Adds a fall-back for the volume driver `Get` call, which will use `Create` when the driver returns a `404` for `Get`. The old behavior was to always use `Create` to get a volume reference. Signed-off-by: Brian Goff <cpuguy83@gmail.com> | |||||
