1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/plugin
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
..
v2 Update containerd to 06b9cb35161009dcb7123345749fef02f7cea8e0 2017-08-21 12:04:07 -07:00
backend_linux.go Add deadcode linter 2017-08-21 18:18:50 -04:00
backend_unsupported.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
blobstore.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
defs.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
errors.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
events.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
manager.go Make plugins dir private. 2017-08-02 16:58:07 -04:00
manager_linux.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
manager_solaris.go Make plugins dir private. 2017-08-02 16:58:07 -04:00
manager_test.go fixed:go vetting warning unkeyed fields 2017-03-20 16:30:01 +08:00
manager_windows.go Make plugins dir private. 2017-08-02 16:58:07 -04:00
store.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
store_test.go fixed:go vetting warning unkeyed fields 2017-03-20 16:30:01 +08:00