moby--moby/pkg/archive
Zhang Wei 92600bdec1 Add '-L' option for `cp`
Fixes #16555

Original docker `cp` always copy symbol link itself instead of target,
now we provide '-L' option to allow docker to follow symbol link to real
target.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2015-11-21 00:36:56 +08:00
..
testdata
README.md
archive.go Fixing last access time on Windows to unblock python. 2015-11-05 12:15:18 -08:00
archive_test.go
archive_unix.go
archive_unix_test.go
archive_windows.go
archive_windows_test.go
changes.go
changes_linux.go
changes_other.go
changes_posix_test.go
changes_test.go Add '-L' option for `cp` 2015-11-21 00:36:56 +08:00
changes_unix.go
changes_windows.go
copy.go Add '-L' option for `cp` 2015-11-21 00:36:56 +08:00
copy_test.go Add '-L' option for `cp` 2015-11-21 00:36:56 +08:00
copy_unix.go
copy_windows.go
diff.go Fix opq whiteouts problems for files with dot prefix 2015-11-08 23:00:01 -08:00
diff_test.go Fix opq whiteouts problems for files with dot prefix 2015-11-08 23:00:01 -08:00
example_changes.go
time_linux.go
time_unsupported.go
utils_test.go
whiteouts.go
wrap.go
wrap_test.go

README.md

This code provides helper functions for dealing with archive files.