1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/oci
Sebastiaan van Stijn 0ee5518e76
oci: use filepath.WalkDir instead of filepath.Walk
WalkDir is more performant as it doesn't perform an os.Lstat on every visited
file or directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-09 17:21:04 +02:00
..
caps
fixtures
defaults.go oci.DevicesFromPath() switch to use containerd implementation 2022-09-29 10:40:30 +02:00
devices_linux.go oci: use filepath.WalkDir instead of filepath.Walk 2022-10-09 17:21:04 +02:00
namespaces.go
oci.go
oci_test.go
seccomp_test.go