1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder/remotecontext
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
..
git Fix shallow git clone in docker-build 2017-07-25 13:20:59 -07:00
archive.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
detect.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
detect_test.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
errors.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
filehash.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
generate.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
git.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
lazycontext.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
mimetype.go Move httputils/mimtype to the single consumser, and remove unused function. 2017-06-02 16:10:39 -04:00
mimetype_test.go Move httputils/mimtype to the single consumser, and remove unused function. 2017-06-02 16:10:39 -04:00
remote.go Add gosimple linter 2017-09-12 12:09:59 -04:00
remote_test.go Move ErrorContains to an internal package. 2017-08-25 12:04:58 -04:00
tarsum.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
tarsum.pb.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
tarsum.proto Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
tarsum_test.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
utils_test.go Refactor remote context parsing 2017-04-25 14:35:31 -07:00