1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/graphdriver/overlay2
Derek McGowan c13a985fa1 Avoid fork on mount for overlay2 in common case
In the common case where the user is using /var/lib/docker and
an image with less than 60 layers, forking is not needed. Calculate
whether absolute paths can be used and avoid forking to mount in
those cases.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2016-08-22 11:43:10 -07:00
..
mount.go Avoid fork on mount for overlay2 in common case 2016-08-22 11:43:10 -07:00
overlay.go Avoid fork on mount for overlay2 in common case 2016-08-22 11:43:10 -07:00
overlay_test.go Add separate overlay2 driver 2016-06-08 00:16:01 -07:00
overlay_unsupported.go Add separate overlay2 driver 2016-06-08 00:16:01 -07:00
randomid.go Add separate overlay2 driver 2016-06-08 00:16:01 -07:00