index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
integration-cli
/
docker_cli_cp_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
bump gotest.tools v3.0.1 for compatibility with Go 1.14
Sebastiaan van Stijn
2020-02-11
1
-3
/
+3
*
integration-cli: cleanup: mark helpers as helpers, use assertion
Sebastiaan van Stijn
2019-10-22
1
-1
/
+1
*
rm-gocheck: run goimports to compile successfully
Tibor Vass
2019-09-09
1
-1
/
+1
*
rm-gocheck: check.C -> testing.T
Tibor Vass
2019-09-09
1
-17
/
+17
*
Replace some checkers and assertions with gotest.tools
Sebastiaan van Stijn
2019-04-05
1
-176
/
+116
*
Remove SameHostDaemon, use testEnv.IsLocalDaemon instead
Sebastiaan van Stijn
2018-12-24
1
-5
/
+5
*
integration: use %s for check.Commentf()
Kir Kolyshkin
2018-08-14
1
-2
/
+2
*
Fix ineffassign linting
Sebastiaan van Stijn
2018-07-11
1
-0
/
+3
*
Update tests to use gotest.tools 👼
Vincent Demeester
2018-06-13
1
-1
/
+1
*
Skip some tests in certain condition to run with e2e image
Vincent Demeester
2018-03-29
1
-1
/
+1
*
Update tests to use icmd
Daniel Nephin
2017-08-25
1
-1
/
+1
*
Remove RunCommandPipelineWithOutput
Daniel Nephin
2017-08-22
1
-2
/
+1
*
daemon/archive.go: Fix copy routines to preserve UID.
Erik Hollensbe
2017-04-12
1
-1
/
+1
*
Remove most of the runCommandWithOutput from integration tests
Vincent Demeester
2017-01-30
1
-3
/
+3
*
fix some ineffectual assignments
Sebastiaan van Stijn
2017-01-24
1
-0
/
+4
*
Remove pkg/integration and move it to testutil or integration-cli
Vincent Demeester
2016-12-30
1
-4
/
+4
*
Clean integration-cli/utils.go from most of its content
Vincent Demeester
2016-12-28
1
-1
/
+2
*
Fix bunch of typos
Qiang Huang
2016-10-29
1
-1
/
+1
*
Windows: Enable some cp integration tests
John Howard
2016-08-30
1
-5
/
+0
*
Fix tests and windows service.
Daniel Nephin
2016-08-25
1
-4
/
+4
*
fix typos
allencloud
2016-06-02
1
-1
/
+1
*
Windows CI: Deal with failing tests for TP4
John Howard
2016-01-08
1
-1
/
+1
*
Add '-L' option for `cp`
Zhang Wei
2015-11-21
1
-0
/
+54
*
Use checker assert for integration-cli/docker_cli_cp_* four files.
Jian Zhang
2015-10-26
1
-414
/
+205
*
Update Dockerfile to use the correct busybox:latest identifier
Phil Estes
2015-10-20
1
-1
/
+1
*
add test-integration-cli specifics for userns
Jessica Frazelle
2015-10-09
1
-0
/
+2
*
Add user namespace (mapping) support to the Docker engine
Phil Estes
2015-10-09
1
-3
/
+3
*
Windows: Get Integration CLI running
John Howard
2015-09-04
1
-0
/
+14
*
typofix - https://github.com/vlajos/misspell_fixer
Veres Lajos
2015-08-07
1
-2
/
+2
*
Fix `docker cp` Behavior With Symlinks
Josh Hawn
2015-07-30
1
-8
/
+164
*
integration-cli: New `docker cp` integration tests
Josh Hawn
2015-07-21
1
-0
/
+12
*
Use dockerCmd when possible (#14603)
Vincent Demeester
2015-07-14
1
-38
/
+23
*
Fix copy from a "created" container. Fixes #14420
Lei Jitang
2015-07-08
1
-0
/
+17
*
Merge pull request #13493 from jlhawn/volume_unmount_fix
Alexander Morozov
2015-05-27
1
-0
/
+37
|
\
|
*
Fix container unmount networkMounts
Josh Hawn
2015-05-26
1
-0
/
+37
*
|
Cleanup container rm funcs
Brian Goff
2015-05-26
1
-1
/
+0
|
/
*
delete "defer deleteContainer" on tests
Vincent Demeester
2015-04-23
1
-10
/
+0
*
Use suite for integration-cli
Alexander Morozov
2015-04-21
1
-150
/
+140
*
Removed unnecessary error output from dockerCmd
bobby abbott
2015-04-17
1
-121
/
+85
*
cp: add support for copy filename with ":"
Chen Hanxiao
2015-04-10
1
-0
/
+32
*
cleanup/fix integration-cli for overlay in overlay
Jessica Frazelle
2015-04-08
1
-1
/
+1
*
Remove `stripTrailingCharacters` from tests
Brian Goff
2015-04-06
1
-20
/
+20
*
Docker cp handles resolv.conf, hostname & hosts, fixes #9998
Vincent Demeester
2015-03-29
1
-0
/
+64
*
Add support for 'docker cp' to write to stdout
Doug Davis
2015-03-05
1
-0
/
+28
*
integ-cli: Skip tests assuming daemon/cli are on the same host
Ahmet Alp Balkan
2015-02-23
1
-0
/
+2
*
integ-cli: Skip some unix-specific cli tests
Ahmet Alp Balkan
2015-02-20
1
-0
/
+2
*
integ-cli: Fix path issues in docker cp tests
Ahmet Alp Balkan
2015-02-18
1
-6
/
+14
*
Run 'go vet' on integration-cli.
Jessica Frazelle
2014-12-03
1
-1
/
+1
*
Change path breakout detection logic in archive package
Alexandr Morozov
2014-11-28
1
-0
/
+38
*
remove deprecated cmd function in integration-cli
Daehyeok Mun
2014-11-25
1
-24
/
+24
[next]