Viewing profile — gourao
gourao
HN member- Joined
- Tue, Jan 31, 2017, 4:07 PM UTC
- HN karma
- 10
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About gourao
Recent public activity
-
comment
Comment #13587478
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…
-
comment
Comment #13584490
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 co…
-
comment
Comment #13561023
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 th…
-
comment
Comment #13560921
Fuse was used to avoid Kernel dependency and also to be cross platform compatible
- comment
-
comment
Comment #13560906
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 spa…
-
comment
Comment #13554214
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/c…
-
comment
Comment #13542536
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 purpos…