Files
docker-cli/components/engine/pkg/archive
Josh Hawn cea3f16dbe pkg/archive: new utilities for copying resources
Adds TarResource and CopyTo functions to be used for creating
archives for use with the new `docker cp` behavior.

Adds multiple test cases for the CopyFrom and CopyTo
functions in the pkg/archive package.

Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
Upstream-commit: a74799b701f5a70e964ec528c6d731c8c93019e6
Component: engine
2015-07-21 11:03:25 -07:00
..
2015-06-17 01:16:57 +03:00
2015-04-27 13:35:08 -07:00
2015-06-17 01:16:57 +03:00
2015-04-24 17:03:33 +02:00

This code provides helper functions for dealing with archive files.