Prefetch Technologies // Keeping your cache lines cozy

Archive

Posts in Containers

Making sense of docker storage drivers

containersOct 15, 2016 2 min read

Docker has a pluggable storage architecture which currently contains 6 drivers. If you have docker installed you can run 'docker info' to see which driver you are using: Picking the right driver isn't straightforward due to how fast docker and the storage drivers are evolving. The docker documentation has some excellent sugge stions and you can't go wrong using the most widely used drivers. I have hit a couple of bugs with the overlayfs driver and I have never bothered with the devicemapper driver with loopback files (vs…

$ read more →