portworx / lcfs

LCFS Graph driver for Docker
Apache License 2.0
300 stars 27 forks source link

LCFS needs to be tuned for local volumes #43

Open jjobi opened 7 years ago

jjobi commented 7 years ago

Docker creates local volumes in root layer and LCFS is not optimized for those. Current assumption is that everything in root layer is Docker metadata for managing image and container layers. But volumes may add large amounts of data to it.