moby--moby/volume
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
..
drivers
local volume Create: fix incorrect file permissions (staticcheck) 2019-09-18 12:55:47 +02:00
mounts Entropy cannot be saved 2019-06-07 11:54:45 +01:00
service Entropy cannot be saved 2019-06-07 11:54:45 +01:00
testutils Fix flaky test TestServiceGet 2018-06-20 22:38:29 +03:00
volume.go