You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly, the usage of the hash is slightly broken, causing all subfolders to end up in a single folder called "2f6". This is because Go's hash summing routines operate by first emitting the input string, followed by the checksum. For this reason, the first three nibbles of the hex output are the same (as the path always starts with /docker).