mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
10f23a94f6
It makes no sense to use the aufs or devicemapper drivers for volumes. The aufs one is perhaps not a big problem, but the devicemapper one certainly is. It will be unnecessarily using a dm blockdevice-over-loopback with a limited size base FS. This just hardcodes the driver to be the dummy, perhaps in the future we can have other drivers that make sense for the volumes. |
||
---|---|---|
.. | ||
dummy | ||
driver.go |