summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_inspect_test.go
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused "size" query parameter for imagesSebastiaan van Stijn2016-08-171-12/+0
* Merge pull request #23902 from dnephin/inspect-to-cobraAlexander Morozov2016-08-041-5/+5
|\
| * Ignore 'not a swarm error' when inspecting a task.Daniel Nephin2016-08-031-5/+5
* | Move TestInspectNamedMountPoint integrationtest from experimentalSebastiaan van Stijn2016-08-031-0/+23
|/
* Windows: Fix RO test casesJohn Howard2016-06-201-1/+3
* Merge pull request #23002 from Microsoft/jjh/readonlyMichael Crosby2016-06-081-5/+17
|\
| * Windows: Support RO volumes 14350+John Howard2016-06-071-5/+17
* | Migrate network command to cobraVincent Demeester2016-06-061-1/+1
|/
* Expose RootFS in image inspectTonis Tiigi2016-03-221-0/+12
* Windows CI: Integrity check for busybox topJohn Howard2016-02-241-8/+8
* integration-cli: use Devicemapper test requirement instead of checking stringsAntonio Murdaca2016-02-171-10/+3
* Assert error in body of function `inspectField*`Zhang Wei2016-01-291-63/+34
* Add network ID to container inspectWen Cheng Ma2016-01-141-0/+27
* Windows CI: Deal with failing tests for TP4John Howard2016-01-081-0/+1
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-2/+2
* Merge pull request #18932 from wenchma/same_name_of_container_imageVincent Demeester2016-01-011-6/+12
|\
| * Update integration tests when container and image have same nameWen Cheng Ma2015-12-291-6/+12
* | Fix missing comment in docker inspectTonis Tiigi2015-12-301-0/+9
|/
* Move Config and HostConfig from runconfig to types/container.David Calavera2015-12-221-2/+2
* Add metadata function to layer storeDerek McGowan2015-12-141-0/+5
* Implement all inspect commands with the new inspector interface.David Calavera2015-12-091-0/+11
* Fix image deletion conflicts with searchTonis Tiigi2015-12-041-2/+2
* Add test for inspect with a sha256 prefixTonis Tiigi2015-12-031-0/+14
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-241-1/+6
* Use an empty slice as default value for DNS, DNSSearch and DNSOptionsDavid Calavera2015-11-091-0/+8
* Fail when there is an error executing an inspect template.David Calavera2015-10-221-12/+19
* use gocheck asserts instead of fatalMorgan Bauer2015-10-191-135/+76
* Fix TestInspectInt64 for run scenarios that return warningsChristy Perez2015-10-191-6/+2
* add size to inspectZhang Kun2015-10-101-0/+40
* Make sure the container will always be unpaused on test exitLei Jitang2015-09-251-0/+1
* test neatKun Zhang2015-09-241-2/+1
* Windows: Get Integration CLI runningJohn Howard2015-09-041-5/+15
* Merge pull request #15023 from hqhq/hq_add_status_in_inspectAlexander Morozov2015-08-281-0/+32
|\
| * Add status string to State field for inspectQiang Huang2015-07-281-0/+32
* | Fix `inspect` output when no log driver specifiedBrian Goff2015-08-171-0/+17
|/
* Don't pass check.C to dockerCmdWithErrorBrian Goff2015-07-271-5/+5
* Format times in inspect command with a template as RFC3339NanoAntonio Murdaca2015-07-261-0/+26
* Fix golint warnings for integration-cliBen Firshman2015-07-221-6/+6
* Merge pull request #13711 from calavera/version_volumes_inspectSebastiaan van Stijn2015-07-221-0/+42
|\
| * Expose new mount points structs in inspect.David Calavera2015-07-211-1/+42
* | dockerCmd when possibleQiang Huang2015-07-201-60/+13
|/
* Flag Addition: --type flag added for docker inspect commandShishir Mahajan2015-07-011-0/+109
* docker-inspect: Extend docker inspect to export image/container metadata rela...Vivek Goyal2015-06-151-0/+67
* Merge pull request #13282 from duglin/RemoveBashMichael Crosby2015-05-181-1/+2
|\
| * Remove use of 'bash' from our testsDoug Davis2015-05-181-1/+2
* | Use inspectField to simplify codeQiang Huang2015-05-181-26/+16
|/
* Allow go template to work properly with inspectSrini Brahmaroutu2015-04-231-0/+57
* fix inspect format resultQiang Huang2015-04-231-0/+20
* Use suite for integration-cliAlexander Morozov2015-04-211-5/+5
* Move InspectExecID test to exec.Jessica Frazelle2015-01-231-35/+0