mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
f05a023760
Doing a chown/chmod automatically can cause `EPERM` in some cases (e.g. with an NFS mount). Currently Docker will always call chown+chmod on a volume path unless `:nocopy` is passed in, but we don't need to make these calls if the perms and ownership already match and potentially avoid an uneccessary `EPERM`. Signed-off-by: Brian Goff <cpuguy83@gmail.com> |
||
---|---|---|
.. | ||
stream | ||
archive.go | ||
container.go | ||
container_linux.go | ||
container_notlinux.go | ||
container_unit_test.go | ||
container_unix.go | ||
container_windows.go | ||
env.go | ||
env_test.go | ||
health.go | ||
history.go | ||
memory_store.go | ||
memory_store_test.go | ||
monitor.go | ||
mounts_unix.go | ||
mounts_windows.go | ||
state.go | ||
state_solaris.go | ||
state_test.go | ||
state_unix.go | ||
state_windows.go | ||
store.go |