That is a fair point, and most of the end users we work with are using k8s and mesos to deploy and run the applications. The issue I have with the article is that it assumes that a packaging tool is what defines the…
Docker is a packaging tool. How you chose to deploy your software package has nothing to do with your operational and DB administration procedures. Mixing the two topics is very confusing.
Interesting thought, however I think that the existing graph driver file systems are not actually an "image layer file system"... instead they are a general purpose file systems that are being used to store images. For…
Fuse was used to avoid Kernel dependency and also to be cross platform compatible
LCFS is not yet being used in production as far as I know We started building this because there are a lot of issues running containers in production, specifically around image space and inode management and also with…
Hi, I am one of the contributors on this project, and happy to answer any questions... LCFS will also be supporting the snapshot driver discussed here - https://github.com/docker/containerd/pull/484. Currently, the…
The tests were run against a local repository to remove network variability. Your comment on using docker pull to benchmark a file system perplexes me. This is not a general purpose file system, it is purpose built for…
That is a fair point, and most of the end users we work with are using k8s and mesos to deploy and run the applications. The issue I have with the article is that it assumes that a packaging tool is what defines the…
Docker is a packaging tool. How you chose to deploy your software package has nothing to do with your operational and DB administration procedures. Mixing the two topics is very confusing.
Interesting thought, however I think that the existing graph driver file systems are not actually an "image layer file system"... instead they are a general purpose file systems that are being used to store images. For…
Fuse was used to avoid Kernel dependency and also to be cross platform compatible
LCFS is not yet being used in production as far as I know We started building this because there are a lot of issues running containers in production, specifically around image space and inode management and also with…
Hi, I am one of the contributors on this project, and happy to answer any questions... LCFS will also be supporting the snapshot driver discussed here - https://github.com/docker/containerd/pull/484. Currently, the…
The tests were run against a local repository to remove network variability. Your comment on using docker pull to benchmark a file system perplexes me. This is not a general purpose file system, it is purpose built for…