containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
139 stars 67 forks source link

Unify and rename fs Copy #102

Open dmcgowan opened 6 years ago

dmcgowan commented 6 years ago

Currently the copy functionality added in the fs package is just used for copying a directory and is called CopyDir. We should rename this to Copy and expand its abilities to support the filtering needed by buildkit and some of the performance optimizations from moby.