moby--moby/builder/dockerfile
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
..
command
parser Add gosimple linter 2017-09-12 12:09:59 -04:00
bflag.go
bflag_test.go Add gosimple linter 2017-09-12 12:09:59 -04:00
buildargs.go
buildargs_test.go
builder.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
builder_test.go
builder_unix.go
builder_windows.go
clientsession.go
containerbackend.go
copy.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
copy_test.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
copy_unix.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
copy_windows.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
dispatchers.go Merge pull request #34625 from dnephin/more-linters 2017-09-01 08:46:08 -07:00
dispatchers_test.go Move ErrorContains to an internal package. 2017-08-25 12:04:58 -04:00
dispatchers_unix.go *: normalize the use of normalize 2017-08-22 15:25:31 -07:00
dispatchers_unix_test.go *: normalize the use of normalize 2017-08-22 15:25:31 -07:00
dispatchers_windows.go *: normalize the use of normalize 2017-08-22 15:25:31 -07:00
dispatchers_windows_test.go *: normalize the use of normalize 2017-08-22 15:25:31 -07:00
envVarTest
errors.go
evaluator.go
evaluator_test.go Add ineffassign linter 2017-09-08 18:23:21 -04:00
evaluator_unix.go
evaluator_windows.go
imagecontext.go
imageprobe.go
internals.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
internals_test.go
internals_windows_test.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
metrics.go
mockbackend_test.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
shell_parser.go
shell_parser_test.go
support.go
support_test.go
utils_test.go
wordsTest