summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_cp_test.go
Commit message (Expand)AuthorAgeFilesLines
* Windows CI: Deal with failing tests for TP4John Howard2016-01-081-1/+1
* Add '-L' option for `cp`Zhang Wei2015-11-211-0/+54
* Use checker assert for integration-cli/docker_cli_cp_* four files.Jian Zhang2015-10-261-414/+205
* Update Dockerfile to use the correct busybox:latest identifierPhil Estes2015-10-201-1/+1
* add test-integration-cli specifics for usernsJessica Frazelle2015-10-091-0/+2
* Add user namespace (mapping) support to the Docker enginePhil Estes2015-10-091-3/+3
* Windows: Get Integration CLI runningJohn Howard2015-09-041-0/+14
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-071-2/+2
* Fix `docker cp` Behavior With SymlinksJosh Hawn2015-07-301-8/+164
* integration-cli: New `docker cp` integration testsJosh Hawn2015-07-211-0/+12
* Use dockerCmd when possible (#14603)Vincent Demeester2015-07-141-38/+23
* Fix copy from a "created" container. Fixes #14420Lei Jitang2015-07-081-0/+17
* Merge pull request #13493 from jlhawn/volume_unmount_fixAlexander Morozov2015-05-271-0/+37
|\
| * Fix container unmount networkMountsJosh Hawn2015-05-261-0/+37
* | Cleanup container rm funcsBrian Goff2015-05-261-1/+0
|/
* delete "defer deleteContainer" on testsVincent Demeester2015-04-231-10/+0
* Use suite for integration-cliAlexander Morozov2015-04-211-150/+140
* Removed unnecessary error output from dockerCmdbobby abbott2015-04-171-121/+85
* cp: add support for copy filename with ":"Chen Hanxiao2015-04-101-0/+32
* cleanup/fix integration-cli for overlay in overlayJessica Frazelle2015-04-081-1/+1
* Remove `stripTrailingCharacters` from testsBrian Goff2015-04-061-20/+20
* Docker cp handles resolv.conf, hostname & hosts, fixes #9998Vincent Demeester2015-03-291-0/+64
* Add support for 'docker cp' to write to stdoutDoug Davis2015-03-051-0/+28
* integ-cli: Skip tests assuming daemon/cli are on the same hostAhmet Alp Balkan2015-02-231-0/+2
* integ-cli: Skip some unix-specific cli testsAhmet Alp Balkan2015-02-201-0/+2
* integ-cli: Fix path issues in docker cp testsAhmet Alp Balkan2015-02-181-6/+14
* Run 'go vet' on integration-cli.Jessica Frazelle2014-12-031-1/+1
* Change path breakout detection logic in archive packageAlexandr Morozov2014-11-281-0/+38
* remove deprecated cmd function in integration-cliDaehyeok Mun2014-11-251-24/+24
* Make container.Copy support volumesBrian Goff2014-10-201-0/+107
* integration-cli: cp: added symlink-related testscyphar2014-05-241-0/+128
* add testVictor Vieux2014-05-211-0/+37
* integration-cli: cp: added tests for cpcyphar2014-05-141-0/+208