1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/graphdriver/aufs
Alexander Larsson 5d76681c3d Implement fallback for getting the size of a container
This moves Driver.Size() to Differ.DiffSize(), removing the empty
implementations in devmapper and dummy, and renaming the one in aufs.

Then we fall back to a container.Changes() implementation in the non-aufs
case.
2013-11-19 10:36:54 +01:00
..
aufs.go Implement fallback for getting the size of a container 2013-11-19 10:36:54 +01:00
aufs_test.go Move all drivers to the same subdir graphdriver 2013-11-15 15:48:24 -08:00
dirs.go Move all drivers to the same subdir graphdriver 2013-11-15 15:48:24 -08:00
mount.go Move all drivers to the same subdir graphdriver 2013-11-15 15:48:24 -08:00
mount_darwin.go Move all drivers to the same subdir graphdriver 2013-11-15 15:48:24 -08:00
mount_linux.go Move all drivers to the same subdir graphdriver 2013-11-15 15:48:24 -08:00