moby--moby/pkg/archive
Akash Gupta 7a7357dae1 LCOW: Implemented support for docker cp + build
This enables docker cp and ADD/COPY docker build support for LCOW.
Originally, the graphdriver.Get() interface returned a local path
to the container root filesystem. This does not work for LCOW, so
the Get() method now returns an interface that LCOW implements to
support copying to and from the container.

Signed-off-by: Akash Gupta <akagup@microsoft.com>
2017-09-14 12:07:52 -07:00
..
testdata
README.md
archive.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
archive_linux.go
archive_linux_test.go use testify to check error for test unit test of archive package 2017-08-09 10:27:01 +08:00
archive_other.go
archive_test.go Add ineffassign linter 2017-09-08 18:23:21 -04:00
archive_unix.go re-enable some conversion for darwin-amd64 platform 2017-09-06 12:22:41 +02:00
archive_unix_test.go use testify to check error for test unit test of archive package 2017-08-09 10:27:01 +08:00
archive_windows.go
archive_windows_test.go
changes.go archive: add ChownOpts support to TarWithOptions 2017-08-23 20:52:29 +02:00
changes_linux.go Add unconvert linter 2017-08-24 15:08:31 -04:00
changes_other.go
changes_posix_test.go
changes_test.go Add ineffassign linter 2017-09-08 18:23:21 -04:00
changes_unix.go Add unconvert linter 2017-08-24 15:08:31 -04:00
changes_windows.go
copy.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
copy_unix.go
copy_unix_test.go use testify to check error for test unit test of archive package 2017-08-09 10:27:01 +08:00
copy_windows.go
diff.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
diff_test.go
example_changes.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
time_linux.go
time_unsupported.go
utils_test.go
whiteouts.go
wrap.go
wrap_test.go use testify to check error for test unit test of archive package 2017-08-09 10:27:01 +08:00

README.md

This code provides helper functions for dealing with archive files.