summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_cp_test.go
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: split DockerSuite into subsequent build suitesCrazyMax2022-06-171-17/+29
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-36/+36
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-3/+3
* integration-cli: cleanup: mark helpers as helpers, use assertionSebastiaan van Stijn2019-10-221-1/+1
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-1/+1
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-17/+17
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-176/+116
* Remove SameHostDaemon, use testEnv.IsLocalDaemon insteadSebastiaan van Stijn2018-12-241-5/+5
* integration: use %s for check.Commentf()Kir Kolyshkin2018-08-141-2/+2
* Fix ineffassign lintingSebastiaan van Stijn2018-07-111-0/+3
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-1/+1
* Skip some tests in certain condition to run with e2e imageVincent Demeester2018-03-291-1/+1
* Update tests to use icmdDaniel Nephin2017-08-251-1/+1
* Remove RunCommandPipelineWithOutputDaniel Nephin2017-08-221-2/+1
* daemon/archive.go: Fix copy routines to preserve UID.Erik Hollensbe2017-04-121-1/+1
* Remove most of the runCommandWithOutput from integration testsVincent Demeester2017-01-301-3/+3
* fix some ineffectual assignmentsSebastiaan van Stijn2017-01-241-0/+4
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-4/+4
* Clean integration-cli/utils.go from most of its contentVincent Demeester2016-12-281-1/+2
* Fix bunch of typosQiang Huang2016-10-291-1/+1
* Windows: Enable some cp integration testsJohn Howard2016-08-301-5/+0
* Fix tests and windows service.Daniel Nephin2016-08-251-4/+4
* fix typosallencloud2016-06-021-1/+1
* 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