moby--moby/daemon/graphdriver/btrfs
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
..
btrfs.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
btrfs_test.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
dummy_unsupported.go Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
version.go daemon/graphdriver/btrfs fix lint errors/warnings 2015-07-23 22:48:45 +00:00
version_none.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
version_test.go fix t.Errorf to t.Error in serveral _test.go 2016-11-14 17:54:43 +08:00