moby--moby/api/server/httputils
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
..
decoder.go Add engine-api types to docker 2016-09-07 11:05:58 -07:00
errors.go Add deadcode linter 2017-08-21 18:18:50 -04:00
form.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
form_test.go use t.Fatal() to output the err message where the values used for formatting 2017-02-23 10:16:22 +08:00
httputils.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
httputils_test.go Move some `api` package functions away 2017-06-23 19:37:26 +02:00
httputils_write_json.go Remove Go 1.6 code from moby 2017-06-19 15:59:00 +03:00
write_log_stream.go Add gosimple linter 2017-09-12 12:09:59 -04:00