moby--moby/volume/local
Chow 75a59c6588 Enable DNS Lookups for CIFS Volumes
This comes from an old suggestion (https://github.com/docker/cli/issues/706#issuecomment-371157691) on an issue we were having and has since popped up again.  For NFS volumes, Docker will do an IP lookup on the volume name.  This is not done for CIFS volumes, which forces you to add the volume via IP address instead.  This change will enable the IP lookup also for CIFS volumes.

Signed-off-by: Shu-Wai Chow <shu-wai.chow@seattlechildrens.org>
2019-05-21 14:34:53 -07:00
..
local.go Move `validateOpts()` to local_unix.go as it is not used on Windows 2018-12-23 00:53:23 +01:00
local_test.go Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
local_unix.go Enable DNS Lookups for CIFS Volumes 2019-05-21 14:34:53 -07:00
local_windows.go Move `validateOpts()` to local_unix.go as it is not used on Windows 2018-12-23 00:53:23 +01:00