summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_volume_test.go
Commit message (Expand)AuthorAgeFilesLines
* add label support for build, networks and volumesEvan Hazlett2016-03-221-0/+40
* Support mount opts for `local` volume driverBrian Goff2016-03-031-0/+23
* Make volume ls output orderKai Qiang Wu(Kennan)2016-02-171-6/+21
* Add a getPrefixAndSlashFromDaemonPlatform …Vincent Demeester2016-02-031-12/+3
* Make volume dangling filter return only used volumes with `dangling=false`.David Calavera2016-01-251-3/+3
* Fix volume filter validationKai Qiang Wu(Kennan)2016-01-181-0/+24
* Move responsibility of ls/inspect to volume driverBrian Goff2016-01-051-4/+1
* Fix typos found across repositoryJustas Brazauskas2015-12-131-2/+2
* Implement all inspect commands with the new inspector interface.David Calavera2015-12-091-4/+6
* Fix DockerSuite.TestVolumeCliInspectMultiVincent Demeester2015-12-071-1/+2
* Merge pull request #17788 from haoshuwei/modify-volume-inspect-multiSebastiaan van Stijn2015-12-061-0/+13
|\
| * Modify docker volume inspect to return existed volumesShuwei Hao2015-12-011-0/+13
* | Return error code when `volume inspect` fails with a template.David Calavera2015-12-031-0/+10
|/
* Fix spelling of 'existent'Bryan Boreham2015-11-251-2/+2
* Windows: Remove check for volume supportJohn Howard2015-11-131-12/+0
* Windows: Volume integration testsJohn Howard2015-10-261-12/+30
* volume create error on conflict optionKun Zhang2015-10-121-0/+14
* Make `docker volume` behave like `docker network`Brian Goff2015-10-071-6/+11
* Add unit tests for integration cli utils functionVincent Demeester2015-09-091-1/+1
* Fix docker volume dangling filterSebastiaan van Stijn2015-09-061-0/+35
* Windows: Get Integration CLI runningJohn Howard2015-09-041-0/+4
* Fix `docker volume invalid` so it displays usageBrian Goff2015-08-271-0/+13
* Add volume API/CLIBrian Goff2015-08-261-0/+90