moby--moby/volume/local
Sebastiaan van Stijn c2532d56b0
volume Create: fix incorrect file permissions (staticcheck)
```
14:01:54 volume/local/local.go:175:80: SA9002: file mode '600' evaluates to 01130; did you mean '0600'? (staticcheck)
14:01:54 		if err = ioutil.WriteFile(filepath.Join(filepath.Dir(path), "opts.json"), b, 600); err != nil {
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:55:47 +02:00
..
local.go volume Create: fix incorrect file permissions (staticcheck) 2019-09-18 12:55:47 +02: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