mirror of
https://github.com/docker/cli.git
synced 2026-08-31 02:24:13 -05:00
faff941ade3ba56d1e5bb50d814e3d4dc234c832
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. Upstream-commit: 10f23a94f6daaf03c684937daea67d10205b4b89 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%