summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_images_test.go
Commit message (Expand)AuthorAgeFilesLines
* Fix image filterKai Qiang Wu(Kennan)2016-01-141-0/+9
* Add --format support to images commandVincent Demeester2015-12-211-9/+55
* Fix typos found across repositoryJustas Brazauskas2015-12-131-1/+1
* Make filtering a linear operation.David Calavera2015-12-021-1/+1
* add a test to make sure port is allowed in images filterShijiang Wei2015-11-251-12/+24
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-241-5/+5
* Use of checkers on docker_cli_images_test.goJames Carey2015-10-271-52/+28
* graph: ensure _tmp dir is always removedAntonio Murdaca2015-10-211-0/+3
* graph: add parent img refcount for faster rmiAntonio Murdaca2015-10-211-1/+39
* make sure the value of the dangling filter is correctShijiang Wei2015-10-161-0/+7
* Merge pull request #15693 from vdemeester/15659-image-label-filterJess Frazelle2015-10-081-15/+20
|\
| * Fix filter by label for docker imagesVincent Demeester2015-08-221-15/+20
* | Windows: Get Integration CLI runningJohn Howard2015-09-041-0/+6
|/
* Merge pull request #15412 from vdemeester/dont-sleep-too-muchBrian Goff2015-08-211-2/+2
|\
| * Remove/Comment time.Sleep in integration testsVincent Demeester2015-08-181-2/+2
* | Fix #8048 : make `docker images repository:tag` workVincent Demeester2015-08-131-0/+33
|/
* Don't pass check.C to dockerCmdWithErrorBrian Goff2015-07-271-1/+1
* Fix golint warnings for integration-cliBen Firshman2015-07-221-4/+4
* dockerCmd when possibleQiang Huang2015-07-201-60/+12
* Implement teardown removeAllImagesAlexander Morozov2015-04-241-9/+0
* Use suite for integration-cliAlexander Morozov2015-04-211-48/+39
* Refactor pkg/common, Fixes #11599Antonio Murdaca2015-03-241-2/+2
* Fix duplicate display of dangling imagesAndy Goldstein2015-03-181-0/+43
* Set labels on container createDarren Shepherd2015-03-131-0/+54
* Use -q param in test using `docker images -f`Ahmet Alp Balkan2015-02-171-1/+1
* Fix for #8777Oh Jinkyun2014-11-201-0/+59
* Cleanup errorOut resp in images testsJessica Frazelle2014-10-161-3/+6
* Removing an image that fails, also removes the image name/tag.Jessica Frazelle2014-09-111-38/+0
* Move sorter_test from integration to integration-cliLK4D42014-06-231-0/+42
* Fix go vet errorsLK4D42014-06-181-4/+4
* Convert a legacy integration test to a clean v2 CLI integration test.Solomon Hykes2014-04-071-0/+38
* initial version of cli integration testsunclejack2014-03-291-0/+20