mirror of
https://github.com/moby/moby.git
synced 2026-07-13 02:52:20 +00:00
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)